We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce16780 commit 4775b11Copy full SHA for 4775b11
doc/source/reference/c-api/array.rst
@@ -727,7 +727,7 @@ From other objects
727
.. c:function:: int PyArray_CopyObject(PyArrayObject* dest, PyObject* src)
728
729
Assign an object ``src`` to a NumPy array ``dest`` according to
730
- array-coercion rules. This is largely basically identical to
+ array-coercion rules. This is basically identical to
731
:c:func:`PyArray_FromAny`, but assigns directly to the output array.
732
Returns 0 on success and -1 on failures.
733
0 commit comments