8000 DOC: Replace `versionadded` with `versionchanged` · numpy/numpy@0270f4a · GitHub
[go: up one dir, main page]

Skip to content

Commit 0270f4a

Browse files
BvB93eric-wieser
andauthored
DOC: Replace versionadded with versionchanged
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
1 parent cd7fcb3 commit 0270f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/core/_exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class AxisError(ValueError, IndexError):
127127
Raised whenever an ``axis`` parameter is specified that is larger than
128128
the number of array dimensions.
129129
130-
.. versionadded:: 1.22
130+
.. versionchanged:: 1.22
131131
132132
Added the ``axis`` and ``ndim`` attributes.
133133

0 commit comments

Comments
 (0)
0