mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Fix wording in Functional Programming HOWTO (GH-98939)
This commit is contained in:
parent
d22bde983e
commit
f4d56292e9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue