From 79c8469a392d1843686aff8fb37270c20290d959 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Sat, 11 Dec 2004 09:56:08 +0000 Subject: [PATCH] Fix typo about what method to call 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 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} -- 2.47.3