[Python-checkins] cpython (merge 3.2 -> default): merge with 3.2

sandro.tosi python-checkins at python.org
Sun Apr 1 01:52:30 CEST 2012


http://hg.python.org/cpython/rev/51b5f2b90df2
changeset: 76038:51b5f2b90df2
parent: 76035:5be4d8fc9c44
parent: 76037:0a4a6f98bd8e
user: Sandro Tosi <sandro.tosi at gmail.com>
date: Sun Apr 01 01:50:22 2012 +0200
summary:
 merge with 3.2
files:
 Doc/glossary.rst | 2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Doc/glossary.rst b/Doc/glossary.rst
--- a/Doc/glossary.rst
+++ b/Doc/glossary.rst
@@ -385,7 +385,7 @@
 :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.
-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /