Skip to content

Commit 3045e9a

Browse files
committed
revert ectopic change
1 parent f3c44db commit 3045e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zarr/core/indexing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ def slice_to_range(s: slice, length: int) -> range:
799799

800800

801801
def ix_(selection: Any, shape: ChunkCoords) -> npt.NDArray[np.intp]:
802-
"""Convert an orthogonal selection to a numpy advanced (fancy) selection, like ``np.ix_``
802+
"""Convert an orthogonal selection to a numpy advanced (fancy) selection, like ``numpy.ix_``
803803
but with support for slices and single ints."""
804804

805805
# normalisation

0 commit comments

Comments
 (0)