Skip to content

Commit

Permalink
ENH: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip authored and charris committed Jul 16, 2021
1 parent a275b51 commit 96dcd08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy/core/tests/test_nditer.py
Expand Up @@ -197,7 +197,7 @@ def test_nditer_multi_index_set():

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

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

0 comments on commit 96dcd08

Please sign in to comment.