]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
SF bug #892854: typo in textwrap doc page
authorRaymond Hettinger <python@rcn.com>
Sun, 8 Feb 2004 18:12:20 +0000 (18:12 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 8 Feb 2004 18:12:20 +0000 (18:12 +0000)
(Reported by Drew Perttula.)

Doc/lib/libtextwrap.tex

index 778b57081ceed686d8ff756637285da73c933c0a..e319333e75897a46fa4c1a6575b5599ed88036b7 100644 (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