]> granicus.if.org Git - python/commitdiff
Closes #19323: fix typo. Thanks to Michael Merickel.
authorGeorg Brandl <georg@python.org>
Mon, 21 Oct 2013 07:08:39 +0000 (09:08 +0200)
committerGeorg Brandl <georg@python.org>
Mon, 21 Oct 2013 07:08:39 +0000 (09:08 +0200)
Doc/library/statistics.rst

index bd40b74c530186122f3c4f260cf2c4923e5fa1d2..fe1284088943799c6b1a5a5d8f6fb0e284dd6007 100644 (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,