diff --git a/Doc/library/functools.rst b/Doc/library/functools.rst index d0e3c7b201c..5e278f9fe98 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