summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSamuel St-Jean <stjeansam@gmail.com>2015-08-18 13:40:15 -0400
committerSamuel St-Jean <Samuel.St-Jean@usherbrooke.ca>2015-08-18 14:10:41 -0400
commitc484d41531c8e620ec6a9bd110a681f3dab6472c (patch)
treed7fbb119ad6895325cfa3aac9679a927c9117987 /doc
parent530a6fdd00ac4c9a267d5b3562e6276de3f93061 (diff)
downloadnumpy-c484d41531c8e620ec6a9bd110a681f3dab6472c.tar.gz
Doc : fixed paramter typo
Diffstat (limited to 'doc')
-rw-r--r--doc/CAPI.rst.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/CAPI.rst.txt b/doc/CAPI.rst.txt
index 4bd51baca..474e37c02 100644
--- a/doc/CAPI.rst.txt
+++ b/doc/CAPI.rst.txt
@@ -71,7 +71,7 @@ This is a very flexible function.
using ``PyArray_DescrFromType(<typenum>)``. If you want to use a
flexible size array, then you need to use
``PyArray_DescrNewFromType(<flexible typenum>)`` and set its ``elsize``
- paramter to the desired size. The typenum in both of these cases
+ parameter to the desired size. The typenum in both of these cases
is one of the ``PyArray_XXXX`` enumerated types.
``nd`` : ``int``