diff options
author | Nicolas Calle <nicolas.calle@gmail.com> | 2015-10-19 19:37:47 -0700 |
---|---|---|
committer | Nicolas Calle <nicolas.calle@gmail.com> | 2015-10-19 19:37:47 -0700 |
commit | 7dd3f1455127b70239ed6a20da2fc3aca496437b (patch) | |
tree | e381088641a0d4e73eaa19070d3d176732f1221b /doc/source/reference/c-api.array.rst | |
parent | 17146b2a873e835630ad58d00b73e97ba1fdb214 (diff) | |
download | numpy-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.rst | 2 |
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) |