New submission from Eric O. LEBIGOT <eric.lebi...@normalesup.org>:

The documentation for the statistics package indicates that many of its 
functions (like median()) accept iterators. They seem to actually accept 
something more convenient, namely iterables.

Thus, iterator could probably be  usefully replaced by iterable on many of the 
functions (when applicable, which I would expect is everywhere).

----------
assignee: docs@python
components: Documentation
messages: 354043
nosy: docs@python, lebigot
priority: normal
severity: normal
status: open
title: statistics: incorrect documentation
versions: Python 3.5, Python 3.6, Python 3.7, Python 3.8, Python 3.9

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

Reply via email to