diff options
author | Dongjoon Hyun <dongjoon@apache.org> | 2016-01-25 00:33:14 -0800 |
---|---|---|
committer | Dongjoon Hyun <dongjoon@apache.org> | 2016-01-25 00:33:14 -0800 |
commit | df9df7f7e8340f9389543a4389022c07dbaf2e0d (patch) | |
tree | 290411b3625a3cbed9713a006c53d234d723c5c7 /doc/source/reference/c-api.array.rst | |
parent | d641eedd8214d89719ea8e0fa488232a1aae86bd (diff) | |
download | numpy-df9df7f7e8340f9389543a4389022c07dbaf2e0d.tar.gz |
MAINT: Fix typos in docs
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 32dace29f..aba5f9caa 100644 --- a/doc/source/reference/c-api.array.rst +++ b/doc/source/reference/c-api.array.rst @@ -268,7 +268,7 @@ From scratch .. c:function:: PyObject* PyArray_SimpleNew(int nd, npy_intp* dims, int typenum) - Create a new unitialized array of type, *typenum*, whose size in + Create a new uninitialized array of type, *typenum*, whose size in each of *nd* dimensions is given by the integer array, *dims*. This function cannot be used to create a flexible-type array (no itemsize given). |