Skip to content

Commit 8c8da75

Browse files
authored
ENH: fix typo
1 parent f4aaad7 commit 8c8da75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/core/tests/test_nditer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def test_nditer_multi_index_set():
197197

198198
@pytest.mark.skipif(not HAS_REFCOUNT, reason="Python lacks refcounts")
199199
def test_nditer_multi_index_set_refcount():
200-
# Test if the reference count on inde variable is decreased
200+
# Test if the reference count on index variable is decreased
201201

202202
index = 0
203203
i = np.nditer(np.array([111, 222, 333, 444]), flags=['multi_index'])

0 commit comments

Comments
 (0)