Skip to content

Commit e8598c6

Browse files
committed
fix docstring
1 parent 5c54449 commit e8598c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/zarr/core/indexing.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ def _iter_grid(
101101
) -> Iterator[ChunkCoords]:
102102
"""
103103
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.
104+
iteration to a contiguous subregion of that grid.
105105
106106
Parameters
107-
---------
107+
----------
108108
grid_shape: Sequence[int]
109109
The size of the domain to iterate over.
110110
origin: Sequence[int] | None, default=None

0 commit comments

Comments
 (0)