From: Martin v. Löwis Date: Tue, 13 Feb 2007 12:08:34 +0000 (+0000) Subject: Bug #1658794: Remove extraneous 'this'. X-Git-Tag: v2.5.1c1~114 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f7f888a2f8c1a2fff0fbfc32b61374bc033ab99b;p=python Bug #1658794: Remove extraneous 'this'. --- diff --git a/Doc/lib/liblocale.tex b/Doc/lib/liblocale.tex index 688ccb0821..319d893ec3 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.