Skip to content

Commit 0a47a67

Browse files
committed
fix: use correct API name
1 parent c0594bf commit 0a47a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array_api_stubs/_draft/searching_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__all__ = ["argmax", "argmin", "nonzero", "searchsort", "where"]
1+
__all__ = ["argmax", "argmin", "nonzero", "searchsorted", "where"]
22

33

44
from ._types import Optional, Tuple, Literal, array

0 commit comments

Comments
 (0)