[Python-checkins] python/dist/src/Doc/lib libtextwrap.tex, 1.7, 1.7.4.1

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Sat Dec 11 10:54:56 CET 2004


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

Modified Files:
      Tag: release24-maint
	libtextwrap.tex 
Log Message:
Fix typo for what method is called when expand_tabs is true.


Index: libtextwrap.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libtextwrap.tex,v
retrieving revision 1.7
retrieving revision 1.7.4.1
diff -u -d -r1.7 -r1.7.4.1
--- libtextwrap.tex	8 Feb 2004 18:09:32 -0000	1.7
+++ libtextwrap.tex	11 Dec 2004 09:54:53 -0000	1.7.4.1
@@ -97,7 +97,7 @@
 
 \begin{memberdesc}{expand_tabs}
 (default: \code{True}) If true, then all tab characters in \var{text}
-will be expanded to spaces using the \method{expand_tabs()} method of
+will be expanded to spaces using the \method{expandtabs()} method of
 \var{text}.
 \end{memberdesc}
 



More information about the Python-checkins mailing list