Skip to content

Commit 4775b11

Browse files
charrismelissawm
andauthored
Update doc/source/reference/c-api/array.rst
Co-authored-by: Melissa Weber Mendonça <[email protected]>
1 parent ce16780 commit 4775b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/reference/c-api/array.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ From other objects
727727
.. c:function:: int PyArray_CopyObject(PyArrayObject* dest, PyObject* src)
728728
729729
Assign an object ``src`` to a NumPy array ``dest`` according to
730-
array-coercion rules. This is largely basically identical to
730+
array-coercion rules. This is basically identical to
731731
:c:func:`PyArray_FromAny`, but assigns directly to the output array.
732732
Returns 0 on success and -1 on failures.
733733

0 commit comments

Comments
 (0)