diff options
Diffstat (limited to 'doc/source/reference/c-api')
-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 c5c61a468..9006c9b31 100644 --- a/doc/source/reference/c-api/array.rst +++ b/doc/source/reference/c-api/array.rst @@ -727,7 +727,7 @@ From other objects .. c:function:: int PyArray_CopyObject(PyArrayObject* dest, PyObject* src) Assign an object ``src`` to a NumPy array ``dest`` according to - array-coercion rules. This is largely basically identical to + array-coercion rules. This is basically identical to :c:func:`PyArray_FromAny`, but assigns directly to the output array. Returns 0 on success and -1 on failures. |