summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2019-03-01 11:13:21 +0200
committermattip <matti.picus@gmail.com>2019-03-01 11:13:21 +0200
commit005dfd23a7111349c4d99e96166eb4eb84fe36cc (patch)
tree3bb692815a8c2af9eb3058c13a304f1778c83130
parent6f1b386e3ae144ba348e420b0fccccd4fc62ce69 (diff)
downloadnumpy-005dfd23a7111349c4d99e96166eb4eb84fe36cc.tar.gz
DOC: typo (thanks ev-br)
-rw-r--r--doc/source/user/whatisnumpy.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/user/whatisnumpy.rst b/doc/source/user/whatisnumpy.rst
index dfd79671a..abaa2bfed 100644
--- a/doc/source/user/whatisnumpy.rst
+++ b/doc/source/user/whatisnumpy.rst
@@ -134,4 +134,4 @@ numerous methods and attributes. Many of its methods are mirrored by
functions in the outer-most NumPy namespace, allowing the programmer
to code in whichever paradigm they prefer. This flexibility has allowed the
NumPy array dialect and NumPy `ndarray` class to become the *de-facto* language
-of mulit-dimensional data interchange used in Python.
+of multi-dimensional data interchange used in Python.