]> granicus.if.org Git - python/commitdiff
fix typo; thanks to Robert Bardos from docs@
authorSandro Tosi <sandro.tosi@gmail.com>
Sat, 31 Mar 2012 23:50:00 +0000 (01:50 +0200)
committerSandro Tosi <sandro.tosi@gmail.com>
Sat, 31 Mar 2012 23:50:00 +0000 (01:50 +0200)
Doc/glossary.rst

index 2f1277c22b0754d39c122ed73dc54f7b78249b88..21b92a99a1dd74244e94fbbd49fc1d7d4e13c6a2 100644 (file)
@@ -385,7 +385,7 @@ Glossary
       :meth:`str.lower` method can serve as a key function for case insensitive
       sorts.  Alternatively, an ad-hoc key function can be built from a
       :keyword:`lambda` expression such as ``lambda r: (r[0], r[2])``.  Also,
-      the :mod:`operator` module provides three key function constuctors:
+      the :mod:`operator` module provides three key function constructors:
       :func:`~operator.attrgetter`, :func:`~operator.itemgetter`, and
       :func:`~operator.methodcaller`.  See the :ref:`Sorting HOW TO
       <sortinghowto>` for examples of how to create and use key functions.