From: Brett Cannon Date: Sat, 11 Dec 2004 09:56:08 +0000 (+0000) Subject: Fix typo about what method to call when expand_tabs is true. X-Git-Tag: v2.3.5c1~69 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=79c8469a392d1843686aff8fb37270c20290d959;p=thirdparty%2FPython%2Fcpython.git Fix typo about what method to call when expand_tabs is true. --- diff --git a/Doc/lib/libtextwrap.tex b/Doc/lib/libtextwrap.tex index e319333e7589..9fb08163d675 100644 --- a/Doc/lib/libtextwrap.tex +++ b/Doc/lib/libtextwrap.tex @@ -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}