Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bbd231 commit 558dcf3Copy full SHA for 558dcf3
1 file changed
Doc/library/functools.rst
@@ -250,7 +250,7 @@ The :mod:`functools` module defines the following functions:
250
a default when the sequence is empty. If *initializer* is not given and
251
*sequence* contains only one item, the first item is returned.
252
253
- Equivalent to::
+ Roughly equivalent to::
254
255
def reduce(function, iterable, initializer=None):
256
it = iter(iterable)
0 commit comments