summaryrefslogtreecommitdiffstats
path: root/Doc/library/functools.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-01-23 19:19:46 (GMT)
committerGeorg Brandl <georg@python.org>2012-01-23 19:19:46 (GMT)
commit5b45a013bcd0afcd3be46f994e2f5c29d5447d1a (patch)
tree2b5d52d817d1b5da3f83cf210f622237cb50a3e0 /Doc/library/functools.rst
parent20f6bc20bd3024b1b710d2833a74f2a7f2ba8571 (diff)
parent3b65fd7e9784967567e66bd67e9205cbb0d53d3a (diff)
downloadcpython-5b45a013bcd0afcd3be46f994e2f5c29d5447d1a.zip
cpython-5b45a013bcd0afcd3be46f994e2f5c29d5447d1a.tar.gz
cpython-5b45a013bcd0afcd3be46f994e2f5c29d5447d1a.tar.bz2
merge from 3.2
Diffstat (limited to 'Doc/library/functools.rst')
-rw-r--r--Doc/library/functools.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/functools.rst b/Doc/library/functools.rst
index e5f95ec..aeb7f09 100644
--- a/Doc/library/functools.rst
+++ b/Doc/library/functools.rst
@@ -20,7 +20,7 @@ The :mod:`functools` module defines the following functions:
.. function:: cmp_to_key(func)
- Transform an old-style comparison function to a key-function. Used with
+ Transform an old-style comparison function to a key function. Used with
tools that accept key functions (such as :func:`sorted`, :func:`min`,
:func:`max`, :func:`heapq.nlargest`, :func:`heapq.nsmallest`,
:func:`itertools.groupby`). This function is primarily used as a transition