diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2017-11-11 17:28:27 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-11 17:28:27 -0700 |
commit | e7dd2b18e2fd32f50bf4e1fd17dc8955dd9953b6 (patch) | |
tree | 38ecd22960c1c356e6e5caaac0be29492e674ff0 /doc/source/reference/c-api.array.rst | |
parent | 88f78abbbd26f3e5d3b220c1b8af50cbeb512a55 (diff) | |
download | numpy-e7dd2b18e2fd32f50bf4e1fd17dc8955dd9953b6.tar.gz |
MAINT: Improve wording of documentation.
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. |