Skip to content

Commit a1e8dde

Browse files
authored
Update doc/source/reference/c-api/array.rst
1 parent d2a259d commit a1e8dde

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
@@ -1613,7 +1613,7 @@ For all of these macros *arr* must be an instance of a (subclass of)
16131613
Evaluates true if the data area of *arr* consists of a single
16141614
(C-style or Fortran-style) contiguous segment.
16151615
1616-
.. c:function:: void PyArray_UpdateFlags(const PyArrayObject* arr, int flagmask)
1616+
.. c:function:: void PyArray_UpdateFlags(PyArrayObject* arr, int flagmask)
16171617
16181618
The :c:data:`NPY_ARRAY_C_CONTIGUOUS`, :c:data:`NPY_ARRAY_ALIGNED`, and
16191619
:c:data:`NPY_ARRAY_F_CONTIGUOUS` array flags can be "calculated" from the

0 commit comments

Comments
 (0)