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 e0a7782 commit fdc7977Copy full SHA for fdc7977
Doc/glossary.rst
@@ -813,7 +813,7 @@ Glossary
813
:func:`itertools.groupby`.
814
815
There are several ways to create a key function. For example. the
816
- :meth:`str.lower` method can serve as a key function for case insensitive
+ :meth:`str.casefold` method can serve as a key function for case insensitive
817
sorts. Alternatively, a key function can be built from a
818
:keyword:`lambda` expression such as ``lambda r: (r[0], r[2])``. Also,
819
:func:`operator.attrgetter`, :func:`operator.itemgetter`, and
0 commit comments