mirror of
https://github.com/python/cpython.git
synced 2025-12-04 08:34:25 +00:00
fix truly evil markup typo
This commit is contained in:
parent
ea49de34c9
commit
32fef9f477
1 changed files with 1 additions and 1 deletions
|
|
@ -221,7 +221,7 @@ The functions defined in this module are:
|
|||
words is the same as returned by \function{split()}, except when the
|
||||
optional third argument \var{maxsplit} is explicitly specified and
|
||||
nonzero. When \var{maxsplit} is nonzero, at most \var{maxsplit}
|
||||
number of splits -- the \em{rightmost} ones -- occur, and the remainder
|
||||
number of splits -- the \emph{rightmost} ones -- occur, and the remainder
|
||||
of the string is returned as the first element of the list (thus, the
|
||||
list will have at most \code{\var{maxsplit}+1} elements).
|
||||
\versionadded{2.4}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue