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 2450be6 commit 190aa9fCopy full SHA for 190aa9f
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