[Python-checkins] python/dist/src/Doc/lib libtextwrap.tex, 1.6, 1.6.10.1

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Sun Feb 8 13:12:23 EST 2004


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6566

Modified Files:
      Tag: release23-maint
	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.6.10.1
diff -C2 -d -r1.6 -r1.6.10.1
*** libtextwrap.tex	8 May 2003 02:12:35 -0000	1.6
--- libtextwrap.tex	8 Feb 2004 18:12:20 -0000	1.6.10.1
***************
*** 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