bpo-38308: Fix the "versionchanged" for the *weights* of harmonic_mean() (GH-23919)
This commit is contained in:
parent
5d3553b0a8
commit
6613676861
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue