]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
fix truly evil markup typo
authorFred Drake <fdrake@acm.org>
Tue, 30 Dec 2003 23:08:14 +0000 (23:08 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 30 Dec 2003 23:08:14 +0000 (23:08 +0000)
Doc/lib/libstring.tex

index 950291c579c88363bd09e50cd4e402fe9b1e2047..11e31cf3bd55debd4e164576693a7dff89e1f38a 100644 (file)
@@ -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}