Skip to content

Commit 07b2782

Browse files
authored
Update src/array_api_extra/_funcs.py
1 parent 33947e9 commit 07b2782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array_api_extra/_funcs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ def nunique(x: Array, /, *, xp: ModuleType | None = None) -> Array:
656656
657657
Returns
658658
-------
659-
array: Scalar integer array
659+
array: 0-dimensional integer array
660660
The number of unique elements in `x`. It can be lazy.
661661
"""
662662
if xp is None:

0 commit comments

Comments
 (0)