Skip to content

Commit f22b567

Browse files
committed
nit
1 parent e4b3207 commit f22b567

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

array_api_compat/common/_helpers.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -886,8 +886,12 @@ class at:
886886
887887
Caveat
888888
------
889-
The behaviour of methods other than `get()` when the index is an array of
890-
integers which contains multiple occurrences of the same index is undefined.
889+
Sparse does not support update methods yet.
890+
891+
Caveat
892+
------
893+
The behaviour of update methods when the index is an array of integers which
894+
contains multiple occurrences of the same index is undefined.
891895
892896
**Undefined behaviour:** ``at(x, [0, 0]).set(2)``
893897

0 commit comments

Comments
 (0)