Kaydet (Commit) 32fef9f4 authored tarafından Fred Drake's avatar Fred Drake

fix truly evil markup typo

üst ea49de34
...@@ -221,7 +221,7 @@ The functions defined in this module are: ...@@ -221,7 +221,7 @@ The functions defined in this module are:
words is the same as returned by \function{split()}, except when the words is the same as returned by \function{split()}, except when the
optional third argument \var{maxsplit} is explicitly specified and optional third argument \var{maxsplit} is explicitly specified and
nonzero. When \var{maxsplit} is nonzero, at most \var{maxsplit} 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 of the string is returned as the first element of the list (thus, the
list will have at most \code{\var{maxsplit}+1} elements). list will have at most \code{\var{maxsplit}+1} elements).
\versionadded{2.4} \versionadded{2.4}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment