From f9828d004719cdad46143bd672b514d4f3fa79e6 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Sat, 11 Dec 2004 09:54:53 +0000 Subject: Fix typo for what method is called when expand_tabs is true. --- 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