From 678c877c7bceec836d519bc9490ffddb05e72359 Mon Sep 17 00:00:00 2001 From: Zackery Spytz Date: Wed, 23 Dec 2020 23:41:59 -0700 Subject: [PATCH] bpo-38308: Fix the "versionchanged" for the *weights* of harmonic_mean() --- Doc/library/statistics.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/statistics.rst b/Doc/library/statistics.rst index 6467704006d905c..51b5e9c404c9c87 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)