[issue19323] typo in statistics documentation

2013-10-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1f466354a85b by Georg Brandl in branch 'default': Closes #19323: fix typo. Thanks to Michael Merickel. http://hg.python.org/cpython/rev/1f466354a85b -- nosy: +python-dev resolution: -> fixed stage: -> committed/rejected status: open -> clo

[issue19323] typo in statistics documentation

2013-10-21 Thread Michael Merickel
New submission from Michael Merickel: http://docs.python.org/dev/library/statistics.html#mean describes the mean as "effected" by outliers, when it should say "affected". -- assignee: docs@python components: Documentation messages: 200704 nosy: docs@python, mmerickel priority: normal se