summaryrefslogtreecommitdiff
path: root/doc/source/reference/c-api
diff options
context:
space:
mode:
authorColin Snyder <8csnyder@gmail.com>2019-07-24 16:46:35 -0700
committerColin Snyder <8csnyder@gmail.com>2019-07-24 16:46:35 -0700
commit619205555b54b4a3e2fedc5ac1a10af2a9567720 (patch)
treeba0b869268a154cc213ff4d9285b28f1a5729ce7 /doc/source/reference/c-api
parent3251dc2bdd322e7fe3cf80d8337f0d4624922321 (diff)
downloadnumpy-619205555b54b4a3e2fedc5ac1a10af2a9567720.tar.gz
DOC: fix typo
Diffstat (limited to 'doc/source/reference/c-api')
-rw-r--r--doc/source/reference/c-api/array.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/reference/c-api/array.rst b/doc/source/reference/c-api/array.rst
index 1d9d31b83..a2b56cee7 100644
--- a/doc/source/reference/c-api/array.rst
+++ b/doc/source/reference/c-api/array.rst
@@ -146,9 +146,9 @@ and itssub-types).
.. c:function:: PyObject *PyArray_GETITEM(PyArrayObject* arr, void* itemptr)
- Get a Python object of a builtin type from the ndarray, *arr*,
+ Get a Python object of a builtin type from the ndarray, *arr*,
at the location pointed to by itemptr. Return ``NULL`` on failure.
-
+
`numpy.ndarray.item` is identical to PyArray_GETITEM.
@@ -3377,7 +3377,7 @@ Group 1
Useful to release the GIL only if *dtype* does not contain
arbitrary Python objects which may need the Python interpreter
- during execution of the loop. Equivalent to
+ during execution of the loop.
.. c:function:: NPY_END_THREADS_DESCR(PyArray_Descr *dtype)