diff options
-rw-r--r-- | Doc/library/statistics.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/statistics.rst b/Doc/library/statistics.rst index 6467704..51b5e9c 100644 --- a/Doc/library/statistics.rst +++ b/Doc/library/statistics.rst @@ -198,7 +198,7 @@ However, for reading convenience, most of the examples show sorted sequences. .. versionadded:: 3.6 - .. versionchanged:: 3.8 + .. versionchanged:: 3.10 Added support for *weights*. .. function:: median(data) |