diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2022-01-12 20:12:35 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-12 20:12:35 -0700 |
commit | 813a0c11186ded0b5caeb853fd2b22fb9addd511 (patch) | |
tree | 48544dd4971593a63098a105ae26e59c8482129f /numpy/lib/npyio.py | |
parent | f98c60a035b007680fe811eeed3b6326961ccff5 (diff) | |
parent | 76b1ba156e792187f133db8e8bdd968a3fdbe5be (diff) | |
download | numpy-813a0c11186ded0b5caeb853fd2b22fb9addd511.tar.gz |
Merge pull request #20784 from DimitriPapadopoulos/codespell
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 """ |