mirror of https://github.com/python/cpython.git
Fix wording in Functional Programming HOWTO (GH-98939)
(cherry picked from commit f4d56292e9
)
Co-authored-by: partev <petrosyan@gmail.com>
This commit is contained in:
parent
8495af8963
commit
217a317425
|
@ -994,7 +994,7 @@ requesting iterator-2 and its corresponding key.
|
|||
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
|
||||
new function. The most useful tool in this module is the
|
||||
:func:`functools.partial` function.
|
||||
|
|
Loading…
Reference in New Issue