diff options
Diffstat (limited to 'doc/CAPI.rst.txt')
-rw-r--r-- | doc/CAPI.rst.txt | 2 |
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`` |