Note that examples are sorted only for convenience.
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 @@
 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