diff options
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} |