From: Andrew M. Kuchling Date: Tue, 26 Dec 2000 16:14:32 +0000 (+0000) Subject: Fix doubled word X-Git-Tag: v2.1a1~480 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=be0630282efcce4f0554100b680bbfa82e5b6809;p=thirdparty%2FPython%2Fcpython.git Fix doubled word --- diff --git a/Doc/lib/libstring.tex b/Doc/lib/libstring.tex index c11aaa56013d..e95741eb8c31 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'}.