Skip to content

Commit 0f6691f

Browse files
author
Ikko Ashimine
authored
MAINT: fix typo in test_array_object test description (#22071)
Original NumPy Commit: 7c8e1134ae86f8a8c002e1068337bec63ddf7f0d
1 parent cd16b74 commit 0f6691f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

array_api_strict/tests/test_array_object.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ def test_array_keys_use_private_array():
364364
in __getitem__(). This is achieved by passing array_api arrays with 0-sized
365365
dimensions, which NumPy-proper treats erroneously - not sure why!
366366
367-
TODO: Find and use appropiate __setitem__() case.
367+
TODO: Find and use appropriate __setitem__() case.
368368
"""
369369
a = ones((0, 0), dtype=bool_)
370370
assert a[a].shape == (0,)

0 commit comments

Comments
 (0)