Closes #19323: fix typo. Thanks to Michael Merickel.

This commit is contained in:
Georg Brandl 2013-10-21 09:08:39 +02:00
parent 1a51b558a5
commit a3fdcaa5d6

View file

@ -83,7 +83,7 @@ Function details
.. note::
The mean is strongly effected by outliers and is not a robust estimator
The mean is strongly affected by outliers and is not a robust estimator
for central location: the mean is not necessarily a typical example of the
data points. For more robust, although less efficient, measures of
central location, see :func:`median` and :func:`mode`. (In this case,