]> granicus.if.org Git - python/commitdiff
Bug #1658794: Remove extraneous 'this'.
authorMartin v. Löwis <martin@v.loewis.de>
Tue, 13 Feb 2007 12:08:34 +0000 (12:08 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Tue, 13 Feb 2007 12:08:34 +0000 (12:08 +0000)
Doc/lib/liblocale.tex

index 688ccb0821308a3f6d0c9ef52a29a1f824155b32..319d893ec3535488f03221f151d7b0005ed39029 100644 (file)
@@ -481,7 +481,7 @@ The case conversion functions in the
 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.