diff options
Diffstat (limited to 'doc/source/reference/c-api.array.rst')
-rw-r--r-- | doc/source/reference/c-api.array.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/c-api.array.rst b/doc/source/reference/c-api.array.rst index 343bbc29c..85edca909 100644 --- a/doc/source/reference/c-api.array.rst +++ b/doc/source/reference/c-api.array.rst @@ -3473,7 +3473,7 @@ Miscellaneous Macros Reset the :c:data:`NPY_ARRAY_WRITEBACKIFCOPY` and deprecated :c:data:`NPY_ARRAY_UPDATEIFCOPY` flag. Resets the :c:data:`NPY_ARRAY_WRITEABLE` flag on the base object. It also - deletes pending changes to the base object. This is + discards pending changes to the base object. This is useful for recovering from an error condition when writeback semantics are used. |