Function signature mismatch for functools.reduce
between C implementation, Python implementation, and online documentaion
#102757
Labels
docs
Documentation in the Doc dir
Uh oh!
There was an error while loading. Please reload this page.
Documentation
(A clear and concise description of the issue.)
The function signature mismatch for
functools.reduce
:C implementation:
Python implementation:
Argument change:
iterable -> sequence
.Online documentation:
Argument change:
initial -> initializer
.Linked PRs
functools.reduce
between code and documentation #102759The text was updated successfully, but these errors were encountered: