]> granicus.if.org Git - python/commitdiff
Note that examples are sorted only for convenience.
authorGeorg Brandl <georg@python.org>
Mon, 4 Nov 2013 06:30:50 +0000 (07:30 +0100)
committerGeorg Brandl <georg@python.org>
Mon, 4 Nov 2013 06:30:50 +0000 (07:30 +0100)
Doc/library/statistics.rst

index fe1284088943799c6b1a5a5d8f6fb0e284dd6007..e6c5959d2c5dc196e3501ddcb20b19f578486d13 100644 (file)
@@ -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