summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2004-02-08 18:09:32 (GMT)
committerRaymond Hettinger <python@rcn.com>2004-02-08 18:09:32 (GMT)
commit4c9800d6634b5dec6a3b20ffb24db8d5fda859ac (patch)
tree3afc886f222e871241a4f34b47193c7dc07c2dc4 /Doc
parent3dc3484ac852ce66c7c8260395ead91a8da18020 (diff)
downloadcpython-4c9800d6634b5dec6a3b20ffb24db8d5fda859ac.zip
cpython-4c9800d6634b5dec6a3b20ffb24db8d5fda859ac.tar.gz
cpython-4c9800d6634b5dec6a3b20ffb24db8d5fda859ac.tar.bz2
SF bug #892854: typo in textwrap doc page
(Reported by Drew Perttula.)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libtextwrap.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libtextwrap.tex b/Doc/lib/libtextwrap.tex
index 778b570..e319333 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