[Python-checkins] python/dist/src/Doc/lib libtextwrap.tex,1.6,1.7
rhettinger at users.sourceforge.net
rhettinger at users.sourceforge.net
Sun Feb 8 13:09:34 EST 2004
Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5914
Modified Files:
libtextwrap.tex
Log Message:
SF bug #892854: typo in textwrap doc page
(Reported by Drew Perttula.)
Index: libtextwrap.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libtextwrap.tex,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** libtextwrap.tex 8 May 2003 02:12:35 -0000 1.6
--- libtextwrap.tex 8 Feb 2004 18:09:32 -0000 1.7
***************
*** 48,52 ****
\begin{funcdesc}{dedent}{text}
! Remove any whitespace than can be uniformly removed from the left
of every line in \var{text}.
--- 48,52 ----
\begin{funcdesc}{dedent}{text}
! Remove any whitespace that can be uniformly removed from the left
of every line in \var{text}.
More information about the Python-checkins
mailing list