From 66136768615472a8d1a18b5018095b9737dbab8c Mon Sep 17 00:00:00 2001 From: Zackery Spytz Date: Sun, 3 Jan 2021 05:35:26 -0700 Subject: [PATCH] bpo-38308: Fix the "versionchanged" for the *weights* of harmonic_mean() (GH-23919) --- 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 6467704006d..51b5e9c404c 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)