Skip to content

Commit cdecba8

Browse files
d-v-bdcherian
andauthored
Update src/zarr/core/array.py
Co-authored-by: Deepak Cherian <[email protected]>
1 parent 7b62410 commit cdecba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zarr/core/array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5376,7 +5376,7 @@ def _iter_chunk_regions(
53765376
selection_shape : Sequence[int] | None, default=None
53775377
The shape of the selection in grid coordinates.
53785378
5379-
Yields
5379+
Returns
53805380
------
53815381
region: tuple[slice, ...]
53825382
A tuple of slice objects representing the region spanned by each shard in the selection.

0 commit comments

Comments
 (0)