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 2194efe commit 41bc9bcCopy full SHA for 41bc9bc
Doc/library/stdtypes.rst
@@ -1763,8 +1763,8 @@ expression support in the :mod:`re` module).
1763
1764
>>> 'PYTHON IS AMAZING'.capitalize()
1765
'Python is amazing'
1766
- >>> 'Njemačka Starts With a non-english Digraph'.capitalize()
1767
- 'Njemačka starts with a non-english digraph'
+ >>> 'LJjubljana starts With a non-english digraph'.capitalize()
+ 'Ljjubljana starts with a non-english digraph'
1768
1769
See also :meth:`title`.
1770
0 commit comments