Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 558dcf3

Browse files
committed
Issue #23049: Pure python equivalent shouldn't imply more exactitude than is really there.
1 parent 5bbd231 commit 558dcf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/functools.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ The :mod:`functools` module defines the following functions:
250250
a default when the sequence is empty. If *initializer* is not given and
251251
*sequence* contains only one item, the first item is returned.
252252

253-
Equivalent to::
253+
Roughly equivalent to::
254254

255255
def reduce(function, iterable, initializer=None):
256256
it = iter(iterable)

0 commit comments

Comments
 (0)