We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc5f21e + ad77550 commit 3113704Copy full SHA for 3113704
doc/source/reference/c-api/array.rst
@@ -688,7 +688,7 @@ From other objects
688
Encapsulate the functionality of functions and methods that take
689
the axis= keyword and work properly with None as the axis
690
argument. The input array is ``obj``, while ``*axis`` is a
691
- converted integer (so that >=MAXDIMS is the None value), and
+ converted integer (so that ``*axis == NPY_RAVEL_AXIS`` is the None value), and
692
``requirements`` gives the needed properties of ``obj``. The
693
output is a converted version of the input so that requirements
694
are met and if needed a flattening has occurred. On output
0 commit comments