From: Fred Drake Date: Tue, 30 Dec 2003 23:08:14 +0000 (+0000) Subject: fix truly evil markup typo X-Git-Tag: v2.4a1~1022 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=32fef9f47746089c972770f37d5e2a7ba6c2bea1;p=thirdparty%2FPython%2Fcpython.git fix truly evil markup typo --- diff --git a/Doc/lib/libstring.tex b/Doc/lib/libstring.tex index 950291c579c8..11e31cf3bd55 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}