We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c54449 commit e8598c6Copy full SHA for e8598c6
src/zarr/core/indexing.py
@@ -101,10 +101,10 @@ def _iter_grid(
101
) -> Iterator[ChunkCoords]:
102
"""
103
Iterate over the elements of grid of integers, with the option to restrict the domain of
104
- iteration to those from a contiguous subregion of that grid.
+ iteration to a contiguous subregion of that grid.
105
106
Parameters
107
- ---------
+ ----------
108
grid_shape: Sequence[int]
109
The size of the domain to iterate over.
110
origin: Sequence[int] | None, default=None
0 commit comments