]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo about what method to call when expand_tabs is true.
authorBrett Cannon <bcannon@gmail.com>
Sat, 11 Dec 2004 09:56:08 +0000 (09:56 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sat, 11 Dec 2004 09:56:08 +0000 (09:56 +0000)
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}