mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Closes #19323: fix typo. Thanks to Michael Merickel.
This commit is contained in:
parent
1a51b558a5
commit
a3fdcaa5d6
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue