diff options
Diffstat (limited to 'Doc/library/statistics.rst')
-rw-r--r-- | Doc/library/statistics.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/statistics.rst b/Doc/library/statistics.rst index fe12840..e6c5959 100644 --- a/Doc/library/statistics.rst +++ b/Doc/library/statistics.rst @@ -52,6 +52,9 @@ tends to deviate from the typical or average values. Function details ---------------- +Note: The functions do not require the data given to them to be sorted. +However, for reading convenience, most of the examples show sorted sequences. + .. function:: mean(data) Return the sample arithmetic mean of *data*, a sequence or iterator of |