diff options
author | Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2022-01-10 23:17:25 +0100 |
---|---|---|
committer | Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2022-01-12 22:44:39 +0100 |
commit | 76b1ba156e792187f133db8e8bdd968a3fdbe5be (patch) | |
tree | 3bd7ae04ac2748bb030f1a55326d79dd409ea36a /numpy/lib/npyio.py | |
parent | 18aa14c0aa699506bea357f46a18cbdfabc3d951 (diff) | |
download | numpy-76b1ba156e792187f133db8e8bdd968a3fdbe5be.tar.gz |
MAINT, DOC: fix new typos detected by codespell
Diffstat (limited to 'numpy/lib/npyio.py')
-rw-r--r-- | numpy/lib/npyio.py | 2 |
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 """ |