mirror of https://github.com/python/cpython.git
Fix wording in Functional Programming HOWTO (GH-98939)
This commit is contained in:
parent
d22bde983e
commit
f4d56292e9
|
@ -994,7 +994,7 @@ requesting iterator-2 and its corresponding key.
|
||||||
The functools module
|
The functools module
|
||||||
====================
|
====================
|
||||||
|
|
||||||
The :mod:`functools` module in Python 2.5 contains some higher-order functions.
|
The :mod:`functools` module contains some higher-order functions.
|
||||||
A **higher-order function** takes one or more functions as input and returns a
|
A **higher-order function** takes one or more functions as input and returns a
|
||||||
new function. The most useful tool in this module is the
|
new function. The most useful tool in this module is the
|
||||||
:func:`functools.partial` function.
|
:func:`functools.partial` function.
|
||||||
|
|
Loading…
Reference in New Issue