From: Georg Brandl Date: Mon, 21 Oct 2013 07:08:39 +0000 (+0200) Subject: Closes #19323: fix typo. Thanks to Michael Merickel. X-Git-Tag: v3.4.0b1~571^2~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a3fdcaa5d6b5c0f07548a66c5d603f802059988b;p=thirdparty%2FPython%2Fcpython.git Closes #19323: fix typo. Thanks to Michael Merickel. --- diff --git a/Doc/library/statistics.rst b/Doc/library/statistics.rst index bd40b74c5301..fe1284088943 100644 --- 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 + 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,