[docs] Make the documentation for statistics' data argument clearer. (issue 27825)
mariatta.wijaya at gmail.com
mariatta.wijaya at gmail.com
Fri Oct 7 13:29:06 EDT 2016
Thanks for the feedback. I will update based on your suggestion.
http://bugs.python.org/review/27825/diff/18782/Doc/library/statistics.rst
File Doc/library/statistics.rst (right):
http://bugs.python.org/review/27825/diff/18782/Doc/library/statistics.rst#newcode151
Doc/library/statistics.rst:151: *data* can be a sequence or iterator of
real-valued numbers.
On 2016/10/07 19:18:33, efm wrote:
> Adding 'sequence or iterator' is the wanted change, changing 'numeric'
to
> 'real-valued' changes the meaning.
> Real-valued is more specific than numeric.
> For example, does median work with complex numbers? with integers?
Thanks for the feedback! I think you are right on this. I will make the
change :)
http://bugs.python.org/review/27825/
More information about the docs
mailing list