Skip to content

Commit 91670d0

Browse files
committed
Bug #1658794: Remove extraneous 'this'.
Will backport to 2.5.
1 parent 84f6de9 commit 91670d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/lib/liblocale.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ \subsection{Background, details, hints, tips and caveats}
481481
locale settings. When a call to the \function{setlocale()} function
482482
changes the \constant{LC_CTYPE} settings, the variables
483483
\code{string.lowercase}, \code{string.uppercase} and
484-
\code{string.letters} are recalculated. Note that this code that uses
484+
\code{string.letters} are recalculated. Note that code that uses
485485
these variable through `\keyword{from} ... \keyword{import} ...',
486486
e.g.\ \code{from string import letters}, is not affected by subsequent
487487
\function{setlocale()} calls.

0 commit comments

Comments
 (0)