We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a14bcb commit 714ccd8Copy full SHA for 714ccd8
1 file changed
Doc/library/stdtypes.rst
@@ -1763,7 +1763,7 @@ expression support in the :mod:`re` module).
1763
1764
>>> 'PYTHON IS AMAZING'.capitalize()
1765
'Python is amazing'
1766
- >>> 'LJjubljana starts With a non-english digraph'.capitalize()
+ >>> 'LJjubljana starts With a non-English digraph'.capitalize()
1767
'Ljjubljana starts with a non-english digraph'
1768
1769
See also :meth:`title`.
0 commit comments