Thanks to visit codestin.com Credit goes to github.com
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 70deb3d commit 165a2c2Copy full SHA for 165a2c2
1 file changed
Doc/glossary.rst
@@ -385,7 +385,7 @@ Glossary
385
:meth:`str.lower` method can serve as a key function for case insensitive
386
sorts. Alternatively, an ad-hoc key function can be built from a
387
:keyword:`lambda` expression such as ``lambda r: (r[0], r[2])``. Also,
388
- the :mod:`operator` module provides three key function constuctors:
+ the :mod:`operator` module provides three key function constructors:
389
:func:`~operator.attrgetter`, :func:`~operator.itemgetter`, and
390
:func:`~operator.methodcaller`. See the :ref:`Sorting HOW TO
391
<sortinghowto>` for examples of how to create and use key functions.
0 commit comments