Skip to content

Commit f1d7c92

Browse files
committed
docs: update copy
1 parent 9395d2c commit f1d7c92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/draft/API_specification/indexing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ An array must support indexing a one-dimensional array by a one-dimensional inte
197197

198198
- Providing duplicate integer index elements in ``J`` must result in the duplication of the corresponding elements of ``A`` in the resulting array.
199199

200-
- The result of providing a valid integer index for each element in ``J`` must be an array having shape ``S3 = (k,)``.
200+
- The result of providing a valid integer index for each element in ``J`` must be an array having shape ``(k,)``.
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

0 commit comments

Comments
 (0)