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

This commit is contained in:
Zackery Spytz 2021-01-03 05:35:26 -07:00 committed by GitHub
parent 5d3553b0a8
commit 6613676861
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ However, for reading convenience, most of the examples show sorted sequences.
.. versionadded:: 3.6 .. versionadded:: 3.6
.. versionchanged:: 3.8 .. versionchanged:: 3.10
Added support for *weights*. Added support for *weights*.
.. function:: median(data) .. function:: median(data)