summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-10-21 07:08:39 (GMT)
committerGeorg Brandl <georg@python.org>2013-10-21 07:08:39 (GMT)
commita3fdcaa5d6b5c0f07548a66c5d603f802059988b (patch)
tree2da87c708eedd36a1f3b8f2055a94fd6718bc396 /Doc
parent1a51b558a5632f92af31fc1026fd29a5de1aa89c (diff)
downloadcpython-a3fdcaa5d6b5c0f07548a66c5d603f802059988b.zip
cpython-a3fdcaa5d6b5c0f07548a66c5d603f802059988b.tar.gz
cpython-a3fdcaa5d6b5c0f07548a66c5d603f802059988b.tar.bz2
Closes #19323: fix typo. Thanks to Michael Merickel.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/statistics.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/statistics.rst b/Doc/library/statistics.rst
index bd40b74..fe12840 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,