Skip to content

Commit 9395d2c

Browse files
committed
docs: remove note
1 parent 7d60bcb commit 9395d2c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

spec/draft/API_specification/indexing.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,6 @@ An array must support indexing a one-dimensional array by a one-dimensional inte
201201

202202
An array must support indexing an array having more than one dimension by an indexing tuple which includes only integers and one-dimensional integer arrays according to the following rules. Let ``A`` be an ``N``-dimensional array with shape ``S1 = (s1, s2, ..., sN)`` and ``T`` be a tuple ``(t1, t2, ..., tN)`` having length ``N`` and containing only valid integer and one-dimensional integer array indices.
203203

204-
.. note::
205-
This specification does not require bounds checking. The behavior for out-of-bounds integer indices is left unspecified.
206-
207204
- Providing an integer tuple element ``tk`` having value ``k`` must be equivalent to providing a zero-dimensional integer array ``K`` containing ``k``.
208205

209206
- If ``T`` consists of only integers and zero-dimensional integer arrays, the result must be equivalent to indexing multiple axes using integer indices (see :ref:`indexing-multi-axis`).

0 commit comments

Comments
 (0)