summaryrefslogtreecommitdiff
path: root/Doc/library/functools.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-01-23 20:19:33 +0100
committerGeorg Brandl <georg@python.org>2012-01-23 20:19:33 +0100
commit3b65fd7e9784967567e66bd67e9205cbb0d53d3a (patch)
tree69a5844aa65d50fd947ef96dc1c32abb29e80980 /Doc/library/functools.rst
parentbeca27a394d4e3988a4c08e670a5b42f1e7eb4a0 (diff)
downloadcpython-git-3b65fd7e9784967567e66bd67e9205cbb0d53d3a.tar.gz
#13816: fix two minor style issues. Thanks to Justin Wehnes for the patch.
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 7d44979662..737cdd37bd 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