summaryrefslogtreecommitdiff
path: root/doc/source/reference/arrays.interface.rst
diff options
context:
space:
mode:
authorDongjoon Hyun <dongjoon@apache.org>2016-02-21 11:33:41 -0800
committerDongjoon Hyun <dongjoon@apache.org>2016-02-25 11:37:32 -0800
commit2556b9ff1ae621e311053bd5f2b34edb86a8cb68 (patch)
treeee25cd0a9f3d40a4292b342ce664f1c417d0deb2 /doc/source/reference/arrays.interface.rst
parent89d95a0660ffd5890916edb78a6d4a9ccb5b3ad0 (diff)
downloadnumpy-2556b9ff1ae621e311053bd5f2b34edb86a8cb68.tar.gz
DOC: Fix more typos in docs and comments.
Diffstat (limited to 'doc/source/reference/arrays.interface.rst')
-rw-r--r--doc/source/reference/arrays.interface.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/arrays.interface.rst b/doc/source/reference/arrays.interface.rst
index da946c9ed..4a5fe62bf 100644
--- a/doc/source/reference/arrays.interface.rst
+++ b/doc/source/reference/arrays.interface.rst
@@ -155,7 +155,7 @@ This approach to the interface consists of the object having an
dimension. Each entry must be an integer (a Python
:const:`int` or :const:`long`). As with shape, the values may
be larger than can be represented by a C "int" or "long"; the
- calling code should handle this appropiately, either by
+ calling code should handle this appropriately, either by
raising an error, or by using :c:type:`Py_LONG_LONG` in C. The
default is :const:`None` which implies a C-style contiguous
memory buffer. In this model, the last dimension of the array