Commit bd81cbd5 authored by Gerrit Holl's avatar Gerrit Holl Committed by Raymond Hettinger

DOC: In `reduce`, refer to `accumulate` (GH-7930)

parent 5b6e49a1
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment