diff options
author | Fred Drake <fdrake@acm.org> | 2003-12-30 23:08:14 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-12-30 23:08:14 (GMT) |
commit | 32fef9f47746089c972770f37d5e2a7ba6c2bea1 (patch) | |
tree | 5a2a58470f82f3af5f45805ad0f1bb9a1811d7c8 /Doc | |
parent | ea49de34c9e55f7356c71765f3674d140f348ff6 (diff) | |
download | cpython-32fef9f47746089c972770f37d5e2a7ba6c2bea1.zip cpython-32fef9f47746089c972770f37d5e2a7ba6c2bea1.tar.gz cpython-32fef9f47746089c972770f37d5e2a7ba6c2bea1.tar.bz2 |
fix truly evil markup typo
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libstring.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libstring.tex b/Doc/lib/libstring.tex index 950291c..11e31cf 100644 --- a/Doc/lib/libstring.tex +++ b/Doc/lib/libstring.tex @@ -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} |