File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -450,7 +450,7 @@ Example:
450
450
**OUTER **
451
451
452
452
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
454
454
combining multiple input list with ``itertools.product() ``:
455
455
456
456
.. ipython ::
@@ -467,7 +467,7 @@ combining multiple input list with ``itertools.product()``:
467
467
**OUTER_1VECTOR **
468
468
469
469
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.
471
471
472
472
If you support more complex indexing as explicit indexing or
473
473
numpy indexing, you can have a look to the implementation of Zarr backend and Scipy backend,
You can’t perform that action at this time.
0 commit comments