Skip to content

Commit e650e5a

Browse files
committed
docs: add note
1 parent 6421f24 commit e650e5a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spec/draft/API_specification/indexing.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,9 @@ An array must support indexing an array having more than one dimension by an ind
224224
.. note::
225225
This specification does not currently address indexing tuples which combine slices and integer arrays. Behavior for such indexing tuples is left unspecified and thus implementation-defined. This may be revisited in a future revision of this standard.
226226

227+
.. note::
228+
If an indexing tuple contains an integer array having more than one dimension, behavior is left unspecified and thus implementation-defined. This may be revisited in a future revision of this standard.
229+
227230
Boolean Array Indexing
228231
----------------------
229232

0 commit comments

Comments
 (0)