summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_io.py
diff options
context:
space:
mode:
authorSebastian Berg <sebastian@sipsolutions.net>2022-10-07 11:50:39 +0200
committerGitHub <noreply@github.com>2022-10-07 11:50:39 +0200
commit67b2d7398cd7e95b49d39a3ac5691fae438d57b0 (patch)
treebd82d5703476d626acf604d8fc1cd031b1284079 /numpy/lib/tests/test_io.py
parent1d272bdb68f7cd2a1e99baeef9a4194afebdf783 (diff)
parent49325dd9cbd8de096cd280976c603b6b1872336a (diff)
downloadnumpy-67b2d7398cd7e95b49d39a3ac5691fae438d57b0.tar.gz
Merge pull request #22399 from DimitriPapadopoulos/codespell
MAINT: Fix typos found by codespell
Diffstat (limited to 'numpy/lib/tests/test_io.py')
-rw-r--r--numpy/lib/tests/test_io.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/tests/test_io.py b/numpy/lib/tests/test_io.py
index dde48ccae..0756cc646 100644
--- a/numpy/lib/tests/test_io.py
+++ b/numpy/lib/tests/test_io.py
@@ -2495,7 +2495,7 @@ M 33 21.99
@pytest.mark.parametrize("ndim", [0, 1, 2])
def test_ndmin_keyword(self, ndim: int):
- # lets have the same behaivour of ndmin as loadtxt
+ # lets have the same behaviour of ndmin as loadtxt
# as they should be the same for non-missing values
txt = "42"