Skip to content

Commit 97f02b4

Browse files
authored
Update how-to-add-new-backend.rst (#10240)
1 parent 2f1751d commit 97f02b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/internals/how-to-add-new-backend.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ Example:
450450
**OUTER**
451451

452452
The ``OUTER`` indexing shall support number, slices and in addition it shall
453-
support also lists of integers. The the outer indexing is equivalent to
453+
support also lists of integers. The outer indexing is equivalent to
454454
combining multiple input list with ``itertools.product()``:
455455

456456
.. ipython::
@@ -467,7 +467,7 @@ combining multiple input list with ``itertools.product()``:
467467
**OUTER_1VECTOR**
468468

469469
The ``OUTER_1VECTOR`` indexing shall supports number, slices and at most one
470-
list. The behaviour with the list shall be the same of ``OUTER`` indexing.
470+
list. The behaviour with the list shall be the same as ``OUTER`` indexing.
471471

472472
If you support more complex indexing as explicit indexing or
473473
numpy indexing, you can have a look to the implementation of Zarr backend and Scipy backend,

0 commit comments

Comments
 (0)