Skip to content

Commit

Permalink
Merge pull request #23473 from F3eQnxN3RriK/maint-link-writebackifcopy
Browse files Browse the repository at this point in the history
DOC: Fix a wrong format of reference
  • Loading branch information
mattip committed Mar 28, 2023
2 parents 91c3282 + 61bf331 commit 08e7784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/reference/c-api/array.rst
Expand Up @@ -1490,7 +1490,7 @@ of the constant names is deprecated in 1.7.
:c:func:`PyArray_FromAny` and a copy had to be made of some other
array (and the user asked for this flag to be set in such a
situation). The base attribute then points to the "misbehaved"
array (which is set read_only). :c:func`PyArray_ResolveWritebackIfCopy`
array (which is set read_only). :c:func:`PyArray_ResolveWritebackIfCopy`
will copy its contents back to the "misbehaved"
array (casting if necessary) and will reset the "misbehaved" array
to :c:data:`NPY_ARRAY_WRITEABLE`. If the "misbehaved" array was not
Expand Down

0 comments on commit 08e7784

Please sign in to comment.