]> granicus.if.org Git - python/commitdiff
Setting textwrap.TextWrapper().expand_tabs to True calls expandtabs, not
authorBrett Cannon <bcannon@gmail.com>
Sat, 11 Dec 2004 09:53:52 +0000 (09:53 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sat, 11 Dec 2004 09:53:52 +0000 (09:53 +0000)
expand_tabs, on the object being wrapped.

Doc/lib/libtextwrap.tex

index e319333e75897a46fa4c1a6575b5599ed88036b7..9fb08163d675559ab26b8d31182755efc6ac5748 100644 (file)
@@ -97,7 +97,7 @@ will be longer than \member{width} characters.
 
 \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}