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 139d470 commit e74d883Copy full SHA for e74d883
Doc/library/stdtypes.rst
@@ -1843,7 +1843,7 @@ expression support in the :mod:`re` module).
1843
intended to remove all case distinctions in a string. For example, the German
1844
lowercase letter ``'ß'`` is equivalent to ``"ss"``. Since it is already
1845
lowercase, :meth:`lower` would do nothing to ``'ß'``; :meth:`casefold`
1846
- converts it to ``"ss"``. This is useful for case-insensitive string comparisons.
+ converts it to ``"ss"``.
1847
For example:
1848
1849
.. doctest::
0 commit comments