[Python-checkins] r53767 - python/trunk/Doc/lib/liblocale.tex

martin.v.loewis python-checkins at python.org
Tue Feb 13 13:08:24 CET 2007


Author: martin.v.loewis
Date: Tue Feb 13 13:08:24 2007
New Revision: 53767

Modified:
   python/trunk/Doc/lib/liblocale.tex
Log:
Bug #1658794: Remove extraneous 'this'.
Will backport to 2.5.


Modified: python/trunk/Doc/lib/liblocale.tex
==============================================================================
--- python/trunk/Doc/lib/liblocale.tex	(original)
+++ python/trunk/Doc/lib/liblocale.tex	Tue Feb 13 13:08:24 2007
@@ -481,7 +481,7 @@
 locale settings.  When a call to the \function{setlocale()} function
 changes the \constant{LC_CTYPE} settings, the variables
 \code{string.lowercase}, \code{string.uppercase} and
-\code{string.letters} are recalculated.  Note that this code that uses
+\code{string.letters} are recalculated.  Note that code that uses
 these variable through `\keyword{from} ... \keyword{import} ...',
 e.g.\ \code{from string import letters}, is not affected by subsequent
 \function{setlocale()} calls.


More information about the Python-checkins mailing list