diff options
author | Brett Cannon <bcannon@gmail.com> | 2004-12-11 09:54:53 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2004-12-11 09:54:53 (GMT) |
commit | f9828d004719cdad46143bd672b514d4f3fa79e6 (patch) | |
tree | 56568349a7626c4a2ddd8156a5d3f35d905d7fca /Doc | |
parent | e0d3d4ef7140f5c81a8cafa0e1f0f25683cf19e5 (diff) | |
download | cpython-f9828d004719cdad46143bd672b514d4f3fa79e6.zip cpython-f9828d004719cdad46143bd672b514d4f3fa79e6.tar.gz cpython-f9828d004719cdad46143bd672b514d4f3fa79e6.tar.bz2 |
Fix typo for what method is called when expand_tabs is true.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libtextwrap.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libtextwrap.tex b/Doc/lib/libtextwrap.tex index e319333..9fb0816 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} |