Skip to content

Commit

Permalink
Improve docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Jan 11, 2024
1 parent 64b63c6 commit f69d467
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions blosc2/ndarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -679,9 +679,9 @@ def get_slice_nchunks(schunk, key):
schunk: :ref:`SChunk <SChunk>` or :ref:`NDArray <NDArray>`
The super-chunk or ndarray container.
key: tuple(int, int), int, slice or sequence of slices
If it is a super-chunk, the tuple with start and stop of the slice, an integer
a slice representing the slice.
If it is a ndarray, it can be any of the other types representing the slice.
If it is a super-chunk, a tuple with the start and stop of the slice, an integer,
or a single slice.
If it is a ndarray, sequences of slices (one per dim) are accepted too.
Returns
-------
Expand Down

0 comments on commit f69d467

Please sign in to comment.