diff options
author | Julian Taylor <juliantaylor108@gmail.com> | 2017-07-11 12:44:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-11 12:44:37 +0200 |
commit | 0793c815fa551ed1b70c9d8fa56d3f877bc2f53c (patch) | |
tree | e340d14c587ad33075db841c41c6a8024a30e45a | |
parent | 4a0f10fcae07ce4dfeef2913425f84549db44a20 (diff) | |
parent | eabe143de0ed6b2580d8932ee5452f41014d02fb (diff) | |
download | numpy-0793c815fa551ed1b70c9d8fa56d3f877bc2f53c.tar.gz |
Merge pull request #9392 from jaimefrio/updateifcopy_doc
DOC: UPDATEIFCOPY raises an error if not an array.
-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 e6467de7b..90bb56b2d 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 |