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 330f1d5 commit f83b0caCopy full SHA for f83b0ca
Doc/library/functools.rst
@@ -119,7 +119,7 @@ The :mod:`functools` module defines the following functions:
119
tool for programs being converted from Python 2 which supported the use of
120
comparison functions.
121
122
- A comparison function is any callable that accept two arguments, compares them,
+ A comparison function is any callable that accepts two arguments, compares them,
123
and returns a negative number for less-than, zero for equality, or a positive
124
number for greater-than. A key function is a callable that accepts one
125
argument and returns another value to be used as the sort key.
0 commit comments