From: Georg Brandl Date: Mon, 4 Nov 2013 06:30:50 +0000 (+0100) Subject: Note that examples are sorted only for convenience. X-Git-Tag: v3.4.0b1~403 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e051b55049d74cc0a60fa1853eb3ccf6ad1fb880;p=thirdparty%2FPython%2Fcpython.git Note that examples are sorted only for convenience. --- diff --git a/Doc/library/statistics.rst b/Doc/library/statistics.rst index fe1284088943..e6c5959d2c5d 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