summaryrefslogtreecommitdiff
path: root/doc/source/reference/c-api.array.rst
diff options
context:
space:
mode:
authorNicolas Calle <nicolas.calle@gmail.com>2015-10-19 19:37:47 -0700
committerNicolas Calle <nicolas.calle@gmail.com>2015-10-19 19:37:47 -0700
commit7dd3f1455127b70239ed6a20da2fc3aca496437b (patch)
treee381088641a0d4e73eaa19070d3d176732f1221b /doc/source/reference/c-api.array.rst
parent17146b2a873e835630ad58d00b73e97ba1fdb214 (diff)
downloadnumpy-7dd3f1455127b70239ed6a20da2fc3aca496437b.tar.gz
DOC: Fixed a typo at line 289 at c-api.array.rst
Fixes #6521
Diffstat (limited to 'doc/source/reference/c-api.array.rst')
-rw-r--r--doc/source/reference/c-api.array.rst2
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 1dfd7d8f0..a3fb5803b 100644
--- a/doc/source/reference/c-api.array.rst
+++ b/doc/source/reference/c-api.array.rst
@@ -286,7 +286,7 @@ From scratch
This function steals a reference to *descr* if it is not NULL.
Create a new array with the provided data-type descriptor, *descr*
- , of the shape deteremined by *nd* and *dims*.
+ , of the shape determined by *nd* and *dims*.
.. c:function:: PyArray_FILLWBYTE(PyObject* obj, int val)