[Python-checkins] python/dist/src/Doc/lib libstring.tex,1.55,1.56

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Tue Dec 30 18:08:18 EST 2003


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv15481

Modified Files:
	libstring.tex 
Log Message:
fix truly evil markup typo


Index: libstring.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libstring.tex,v
retrieving revision 1.55
retrieving revision 1.56
diff -C2 -d -r1.55 -r1.56
*** libstring.tex	17 Dec 2003 02:49:03 -0000	1.55
--- libstring.tex	30 Dec 2003 23:08:14 -0000	1.56
***************
*** 222,226 ****
    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
    of the string is returned as the first element of the list (thus, the
    list will have at most \code{\var{maxsplit}+1} elements).
--- 222,226 ----
    optional third argument \var{maxsplit} is explicitly specified and
    nonzero.  When \var{maxsplit} is nonzero, at most \var{maxsplit}
!   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).





More information about the Python-checkins mailing list