summaryrefslogtreecommitdiff
path: root/numpy/lib
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/lib')
-rw-r--r--numpy/lib/npyio.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/npyio.py b/numpy/lib/npyio.py
index a6c2d4c2d..bbf896bda 100644
--- a/numpy/lib/npyio.py
+++ b/numpy/lib/npyio.py
@@ -818,7 +818,7 @@ def _loadtxt_pack_items(packing, items):
def _ensure_ndmin_ndarray_check_param(ndmin):
"""Just checks if the param ndmin is supported on
- _ensure_ndmin_ndarray. Is intented to be used as
+ _ensure_ndmin_ndarray. It is intended to be used as
verification before running anything expensive.
e.g. loadtxt, genfromtxt
"""