Skip to content

Commit 0421aa9

Browse files
committed
gh-106318: Replace latin abbreviation on str.upper() docs
1 parent db8254a commit 0421aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/stdtypes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2895,7 +2895,7 @@ expression support in the :mod:`re` module).
28952895

28962896
Note that ``s.upper().isupper()`` might be ``False`` if ``s``
28972897
contains uncased characters or if the Unicode category of the resulting
2898-
character(s) is not "Lu" (Letter, uppercase), but e.g. "Lt" (Letter,
2898+
character(s) is not "Lu" (Letter, uppercase), but for instance "Lt" (Letter,
28992899
titlecase).
29002900

29012901
For example, see the word "Python" written in Punjabi, the most spoken language

0 commit comments

Comments
 (0)