summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/functools.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/functools.rst b/Doc/library/functools.rst
index d0e3c7b..5e278f9 100644
--- a/Doc/library/functools.rst
+++ b/Doc/library/functools.rst
@@ -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