Skip to content

Commit 3113704

Browse files
authored
Merge pull request numpy#27203 from guan404ming/PyArray-CheckAxis-doc
2 parents dc5f21e + ad77550 commit 3113704

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)