From e051b55049d74cc0a60fa1853eb3ccf6ad1fb880 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Mon, 4 Nov 2013 07:30:50 +0100 Subject: Note that examples are sorted only for convenience. --- Doc/library/statistics.rst | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v0.12