SF bug #892854: typo in textwrap doc page

(Reported by Drew Perttula.)
This commit is contained in:
Raymond Hettinger 2004-02-08 18:09:32 +00:00
parent 3dc3484ac8
commit 4c9800d663

View file

@ -47,7 +47,7 @@ remove indentation from strings that have unwanted whitespace to the
left of the text.
\begin{funcdesc}{dedent}{text}
Remove any whitespace than can be uniformly removed from the left
Remove any whitespace that can be uniformly removed from the left
of every line in \var{text}.
This is typically used to make triple-quoted strings line up with