Commit 222d5b46 authored by Brett Cannon's avatar Brett Cannon

Setting textwrap.TextWrapper().expand_tabs to True calls expandtabs, not

expand_tabs, on the object being wrapped.
parent a9ef5e56
......@@ -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}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment