From: Raymond Hettinger Date: Sun, 8 Feb 2004 18:12:20 +0000 (+0000) Subject: SF bug #892854: typo in textwrap doc page X-Git-Tag: v2.3.4c1~140 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5d2e8428bdedf4e226fe90371d4671cd410ea3dd;p=thirdparty%2FPython%2Fcpython.git SF bug #892854: typo in textwrap doc page (Reported by Drew Perttula.) --- diff --git a/Doc/lib/libtextwrap.tex b/Doc/lib/libtextwrap.tex index 778b57081cee..e319333e7589 100644 --- a/Doc/lib/libtextwrap.tex +++ b/Doc/lib/libtextwrap.tex @@ -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