Skip to content

Commit e74d883

Browse files
adorilsonvstinner
andauthored
Update Doc/library/stdtypes.rst
Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent 139d470 commit e74d883

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
@@ -1843,7 +1843,7 @@ expression support in the :mod:`re` module).
18431843
intended to remove all case distinctions in a string. For example, the German
18441844
lowercase letter ``'ß'`` is equivalent to ``"ss"``. Since it is already
18451845
lowercase, :meth:`lower` would do nothing to ``'ß'``; :meth:`casefold`
1846-
converts it to ``"ss"``. This is useful for case-insensitive string comparisons.
1846+
converts it to ``"ss"``.
18471847
For example:
18481848

18491849
.. doctest::

0 commit comments

Comments
 (0)