summaryrefslogtreecommitdiff
path: root/doc/source/reference/c-api.array.rst
diff options
context:
space:
mode:
authorJaime <jaime.frio@gmail.com>2015-10-19 19:45:24 -0700
committerJaime <jaime.frio@gmail.com>2015-10-19 19:45:24 -0700
commit3390e440ef3563cf87eeea66ea672f8e5a6a8665 (patch)
treee39a182a8840d42e00290fb81fd53ed4c3353da9 /doc/source/reference/c-api.array.rst
parent27459b2a28c911549d4222eed46ef871fca0ef77 (diff)
parent7dd3f1455127b70239ed6a20da2fc3aca496437b (diff)
downloadnumpy-3390e440ef3563cf87eeea66ea672f8e5a6a8665.tar.gz
Merge pull request #6529 from niccalle/fix_typo
DOC: Fixed a typo at line 289 at c-api.array.rst
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)