Skip to content

Commit

Permalink
Merge pull request numpy#6529 from niccalle/fix_typo
Browse files Browse the repository at this point in the history
DOC: Fixed a typo at line 289 at c-api.array.rst
  • Loading branch information
jaimefrio committed Oct 20, 2015
2 parents 27459b2 + 7dd3f14 commit 3390e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/reference/c-api.array.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3390e44

Please sign in to comment.