Skip to content

Commit 10f443e

Browse files
committed
DOC: update PyArray_CheckAxis doc
1 parent be296e2 commit 10f443e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/reference/c-api/array.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ From other objects
688688
Encapsulate the functionality of functions and methods that take
689689
the axis= keyword and work properly with None as the axis
690690
argument. The input array is ``obj``, while ``*axis`` is a
691-
converted integer (so that >=MAXDIMS is the None value), and
691+
converted integer (so that `*axis == NPY_RAVEL_AXIS` is the None value), and
692692
``requirements`` gives the needed properties of ``obj``. The
693693
output is a converted version of the input so that requirements
694694
are met and if needed a flattening has occurred. On output

0 commit comments

Comments
 (0)