Skip to content

Commit 39f5338

Browse files
authored
docs: update copy
1 parent 1e0dc9b commit 39f5338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array_api_stubs/_draft/array_object.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1134,7 +1134,7 @@ def __setitem__(
11341134
Indexing semantics when ``key`` is an integer array or a tuple of integers and integer arrays is currently unspecified and thus implementation-defined. This will be revisited in a future revision of this standard.
11351135
11361136
- Setting array values must not affect the data type of ``self``.
1137-
- ``value`` must be promoted to the data type of ``self`` according to :ref:`type-promotion`. If this is not possible, behavior is unspecified and thus implementation-defined.
1137+
- ``value`` must be promoted to the data type of ``self`` according to :ref:`type-promotion`. If this is not supported according to :ref:`type-promotion`, behavior is unspecified and thus implementation-defined.
11381138
11391139
.. versionchanged:: 2025.12
11401140
Specified :ref:`type-promotion` when ``value`` is an array.

0 commit comments

Comments
 (0)