mirror of
https://github.com/python/cpython.git
synced 2025-12-22 08:29:12 +00:00
Typo fixes
This commit is contained in:
parent
57640f5c57
commit
a0fcf502df
1 changed files with 1 additions and 1 deletions
|
|
@ -728,7 +728,7 @@ a prefix; rather, all combinations of its values are stripped:
|
||||||
\end{methoddesc}
|
\end{methoddesc}
|
||||||
|
|
||||||
\begin{methoddesc}[string]{partition}{sep}
|
\begin{methoddesc}[string]{partition}{sep}
|
||||||
Splits the string at the first occurence of \var{sep}, and return
|
Split the string at the first occurrence of \var{sep}, and return
|
||||||
a 3-tuple containing the part before the separator, the separator
|
a 3-tuple containing the part before the separator, the separator
|
||||||
itself, and the part after the separator. If the separator is not
|
itself, and the part after the separator. If the separator is not
|
||||||
found, return a 3-tuple containing the string itself, followed by
|
found, return a 3-tuple containing the string itself, followed by
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue