summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libstring.tex
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2000-12-26 16:14:32 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2000-12-26 16:14:32 (GMT)
commitbe0630282efcce4f0554100b680bbfa82e5b6809 (patch)
tree4f511a3e8febe1f00f3a435d1457d4a55c106435 /Doc/lib/libstring.tex
parent8694cc42abe00e3f0f6fc8959c92b2dd5952ee64 (diff)
downloadcpython-be0630282efcce4f0554100b680bbfa82e5b6809.zip
cpython-be0630282efcce4f0554100b680bbfa82e5b6809.tar.gz
cpython-be0630282efcce4f0554100b680bbfa82e5b6809.tar.bz2
Fix doubled word
Diffstat (limited to 'Doc/lib/libstring.tex')
-rw-r--r--Doc/lib/libstring.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libstring.tex b/Doc/lib/libstring.tex
index c11aaa5..e95741e 100644
--- a/Doc/lib/libstring.tex
+++ b/Doc/lib/libstring.tex
@@ -10,7 +10,7 @@ classes and some useful string functions. See the module
\refmodule{re}\refstmodindex{re} for string functions based on regular
expressions.
-The constants defined in this module are are:
+The constants defined in this module are:
\begin{datadesc}{digits}
The string \code{'0123456789'}.