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.
1 parent d2a259d commit a1e8ddeCopy full SHA for a1e8dde
doc/source/reference/c-api/array.rst
@@ -1613,7 +1613,7 @@ For all of these macros *arr* must be an instance of a (subclass of)
1613
Evaluates true if the data area of *arr* consists of a single
1614
(C-style or Fortran-style) contiguous segment.
1615
1616
-.. c:function:: void PyArray_UpdateFlags(const PyArrayObject* arr, int flagmask)
+.. c:function:: void PyArray_UpdateFlags(PyArrayObject* arr, int flagmask)
1617
1618
The :c:data:`NPY_ARRAY_C_CONTIGUOUS`, :c:data:`NPY_ARRAY_ALIGNED`, and
1619
:c:data:`NPY_ARRAY_F_CONTIGUOUS` array flags can be "calculated" from the
0 commit comments