]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-38308: Fix the "versionchanged" for the *weights* of harmonic_mean() (GH-23919)
authorZackery Spytz <zspytz@gmail.com>
Sun, 3 Jan 2021 12:35:26 +0000 (05:35 -0700)
committerGitHub <noreply@github.com>
Sun, 3 Jan 2021 12:35:26 +0000 (14:35 +0200)
Doc/library/statistics.rst

index 6467704006d905c44de0c1b4af8b52197870a237..51b5e9c404c9c872a2eebe9ebda47c04fad8590b 100644 (file)
@@ -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)