Skip to content

Commit d000f15

Browse files
committed
Update docstring for getitem with blog
1 parent 7b0ea59 commit d000f15

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/blosc2/ndarray.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1530,7 +1530,8 @@ def __getitem__( # noqa: C901
15301530
15311531
Note that this __getitem__ closely matches NumPy fancy indexing behaviour, except in
15321532
some edge cases which are not supported by ndindex.
1533-
Array indeices eparated by slice object - e.g. arr[0, :10, [0,1]] - are NOT supported.
1533+
Array indices separated by slice object - e.g. arr[0, :10, [0,1]] - are NOT supported.
1534+
See https://www.blosc.org/posts/blosc2-fancy-indexing for more details.
15341535
15351536
Parameters
15361537
----------

0 commit comments

Comments
 (0)