From 76b1ba156e792187f133db8e8bdd968a3fdbe5be Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Mon, 10 Jan 2022 23:17:25 +0100 Subject: MAINT, DOC: fix new typos detected by codespell --- numpy/lib/npyio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/lib/npyio.py') 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 """ -- cgit v1.2.1