[Python-checkins] bpo-38308: Fix the "versionchanged" for the *weights* of harmonic_mean() (GH-23919)

serhiy-storchaka webhook-mailer at python.org
Sun Jan 3 07:35:30 EST 2021


https://github.com/python/cpython/commit/66136768615472a8d1a18b5018095b9737dbab8c
commit: 66136768615472a8d1a18b5018095b9737dbab8c
branch: master
author: Zackery Spytz <zspytz at gmail.com>
committer: serhiy-storchaka <storchaka at gmail.com>
date: 2021-01-03T14:35:26+02:00
summary:

bpo-38308: Fix the "versionchanged" for the *weights* of harmonic_mean() (GH-23919)

files:
M Doc/library/statistics.rst

diff --git a/Doc/library/statistics.rst b/Doc/library/statistics.rst
index 6467704006d90..51b5e9c404c9c 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)



More information about the Python-checkins mailing list