New submission from Vince Reuter <vince.reu...@gmail.com>:

The signature for functools.reduce correctly refers to the collection parameter 
as an iterable, but the docstring refers to it as "sequence," which the input 
need not be and does not match the parameter name despite being italicized.

----------
assignee: docs@python
components: Documentation
messages: 314344
nosy: docs@python, vreuter
priority: normal
pull_requests: 5951
severity: normal
status: open
title: functools.reduce signature/docstring discordance
type: enhancement
versions: Python 3.5, Python 3.6, Python 3.7, Python 3.8

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33130>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to