Skip to content

Commit 7e6e48c

Browse files
authored
Merge pull request numpy#27443 from Ishankoradia/doc-version-update-for-mean-param
updated the version of mean param from the release notes (2.0.0)
2 parents 87c0c63 + 19d3565 commit 7e6e48c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/_core/fromnumeric.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4185,7 +4185,7 @@ def var(a, axis=None, dtype=None, out=None, ddof=0, keepdims=np._NoValue, *,
41854185
The axis for the calculation of the mean should be the same as used in
41864186
the call to this var function.
41874187
4188-
.. versionadded:: 1.26.0
4188+
.. versionadded:: 2.0.0
41894189
41904190
correction : {int, float}, optional
41914191
Array API compatible name for the ``ddof`` parameter. Only one of them

0 commit comments

Comments
 (0)