From 7dd3f1455127b70239ed6a20da2fc3aca496437b Mon Sep 17 00:00:00 2001 From: Nicolas Calle Date: Mon, 19 Oct 2015 19:37:47 -0700 Subject: DOC: Fixed a typo at line 289 at c-api.array.rst Fixes #6521 --- doc/source/reference/c-api.array.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/source/reference/c-api.array.rst') 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) -- cgit v1.2.1