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 f3c44db commit 3045e9aCopy full SHA for 3045e9a
src/zarr/core/indexing.py
@@ -799,7 +799,7 @@ def slice_to_range(s: slice, length: int) -> range:
799
800
801
def ix_(selection: Any, shape: ChunkCoords) -> npt.NDArray[np.intp]:
802
- """Convert an orthogonal selection to a numpy advanced (fancy) selection, like ``np.ix_``
+ """Convert an orthogonal selection to a numpy advanced (fancy) selection, like ``numpy.ix_``
803
but with support for slices and single ints."""
804
805
# normalisation
0 commit comments