mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
DOC: In reduce
, refer to accumulate
(GH-7930)
This commit is contained in:
parent
5b6e49a139
commit
bd81cbd584
1 changed files with 2 additions and 0 deletions
|
@ -263,6 +263,8 @@ The :mod:`functools` module defines the following functions:
|
|||
value = function(value, element)
|
||||
return value
|
||||
|
||||
See :func:`itertools.accumulate` for an iterator that yields all intermediate
|
||||
values.
|
||||
|
||||
.. decorator:: singledispatch
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue