cpython: 1f466354a85b (original) (raw)
Mercurial > cpython
changeset 86543:1f466354a85b
Closes #19323: fix typo. Thanks to Michael Merickel. [#19323]
Georg Brandl georg@python.org | |
---|---|
date | Mon, 21 Oct 2013 09:08:39 +0200 |
parents | c19d0ddf6741 |
children | bdca806a0649 |
files | Doc/library/statistics.rst |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Doc/library/statistics.rst 2 |
line wrap: on
line diff
--- a/Doc/library/statistics.rst +++ b/Doc/library/statistics.rst @@ -83,7 +83,7 @@ Function details .. note::
The mean is strongly effected by outliers and is not a robust estimator[](#l1.7)
The mean is strongly affected by outliers and is not a robust estimator[](#l1.8) for central location: the mean is not necessarily a typical example of the[](#l1.9) data points. For more robust, although less efficient, measures of[](#l1.10) central location, see :func:`median` and :func:`mode`. (In this case,[](#l1.11)