diff options
author | Jaime Fernandez <jaimefrio@google.com> | 2017-07-09 00:10:22 +0200 |
---|---|---|
committer | Jaime Fernandez <jaimefrio@google.com> | 2017-07-09 00:10:22 +0200 |
commit | eabe143de0ed6b2580d8932ee5452f41014d02fb (patch) | |
tree | 3a0c5280300658db27928ff5cd87d429c1477ab1 /doc/source/reference/c-api.array.rst | |
parent | 0c06b0b8593d947c5d63b72b6d84ecf83ae5da5b (diff) | |
download | numpy-eabe143de0ed6b2580d8932ee5452f41014d02fb.tar.gz |
DOC: UPDATEIFCOPY raises an error if not an array.
Diffstat (limited to 'doc/source/reference/c-api.array.rst')
-rw-r--r-- | doc/source/reference/c-api.array.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/source/reference/c-api.array.rst b/doc/source/reference/c-api.array.rst index b00919fae..913a2d882 100644 --- a/doc/source/reference/c-api.array.rst +++ b/doc/source/reference/c-api.array.rst @@ -455,8 +455,7 @@ From other objects is deleted (presumably after your calculations are complete), its contents will be copied back into *op* and the *op* array will be made writeable again. If *op* is not writeable to begin - with, then an error is raised. If *op* is not already an array, - then this flag has no effect. + with, or if it is not already an array, then an error is raised. .. c:var:: NPY_ARRAY_BEHAVED |