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 2818224 commit 1baa315Copy full SHA for 1baa315
Doc/glossary.rst
@@ -767,7 +767,7 @@ Glossary
767
:func:`itertools.groupby`.
768
769
There are several ways to create a key function. For example. the
770
- :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
771
sorts. Alternatively, a key function can be built from a
772
:keyword:`lambda` expression such as ``lambda r: (r[0], r[2])``. Also,
773
:func:`operator.attrgetter`, :func:`operator.itemgetter`, and
0 commit comments