diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2007-02-13 12:08:24 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2007-02-13 12:08:24 (GMT) |
commit | 91670d0246e0178c88923fcf597a615f53dbd0cc (patch) | |
tree | 5ace75204b06ac80fce3bc0af6d847f68321ccfa /Doc/lib | |
parent | 84f6de9d7e4a65089531699f1c6efc4e15d13dd2 (diff) | |
download | cpython-91670d0246e0178c88923fcf597a615f53dbd0cc.zip cpython-91670d0246e0178c88923fcf597a615f53dbd0cc.tar.gz cpython-91670d0246e0178c88923fcf597a615f53dbd0cc.tar.bz2 |
Bug #1658794: Remove extraneous 'this'.
Will backport to 2.5.
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/liblocale.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/liblocale.tex b/Doc/lib/liblocale.tex index 688ccb0..319d893 100644 --- a/Doc/lib/liblocale.tex +++ b/Doc/lib/liblocale.tex @@ -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. |