From 222d5b466b3c23a6100ee490551b5feb54946d70 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Sat, 11 Dec 2004 09:53:52 +0000 Subject: Setting textwrap.TextWrapper().expand_tabs to True calls expandtabs, not expand_tabs, on the object being wrapped. --- Doc/lib/libtextwrap.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- cgit v0.12