Skip to content

Commit 1d9dcdf

Browse files
committed
fix: use correct grammar
1 parent 8a60b2e commit 1d9dcdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array_api_stubs/_draft/set_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def unique_all(x: array, /) -> Tuple[array, array, array, array]:
3131
Notes
3232
-----
3333
34-
- The order of unique elements by this function is not specified and **may** vary between implementations.
34+
- The order of unique elements returned by this function is not specified and **may** vary between implementations.
3535
3636
- Uniqueness **should** be determined based on value equality (see :func:`~array_api.equal`). For input arrays having floating-point data types, value-based equality implies the following behavior.
3737

0 commit comments

Comments
 (0)