Skip to content

Commit 5970e62

Browse files
committed
fix: address typo
1 parent 5c456b2 commit 5970e62

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
@@ -102,7 +102,7 @@ def nonzero(x: array, /) -> Tuple[array, ...]:
102102
103103
Returns
104104
-------
105-
out: Typle[array, ...]
105+
out: Tuple[array, ...]
106106
a tuple of ``k`` arrays, one for each dimension of ``x`` and each of size ``n`` (where ``n`` is the total number of non-zero elements), containing the indices of the non-zero elements in that dimension. The indices must be returned in row-major, C-style order. The returned array must have the default array index data type.
107107
108108
Notes

0 commit comments

Comments
 (0)