mirror of
https://github.com/python/cpython.git
synced 2025-08-24 18:55:00 +00:00
Bug #1658794: Remove extraneous 'this'.
This commit is contained in:
parent
ef67690eac
commit
f7f888a2f8
1 changed files with 1 additions and 1 deletions
|
@ -481,7 +481,7 @@ The case conversion functions in the
|
||||||
locale settings. When a call to the \function{setlocale()} function
|
locale settings. When a call to the \function{setlocale()} function
|
||||||
changes the \constant{LC_CTYPE} settings, the variables
|
changes the \constant{LC_CTYPE} settings, the variables
|
||||||
\code{string.lowercase}, \code{string.uppercase} and
|
\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} ...',
|
these variable through `\keyword{from} ... \keyword{import} ...',
|
||||||
e.g.\ \code{from string import letters}, is not affected by subsequent
|
e.g.\ \code{from string import letters}, is not affected by subsequent
|
||||||
\function{setlocale()} calls.
|
\function{setlocale()} calls.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue