Skip to content

Commit

Permalink
FIx comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rly committed May 14, 2024
1 parent 1eced73 commit 2897504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lindi/LindiH5ZarrStore/_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def _get_chunk_byte_range(h5_dataset: h5py.Dataset, chunk_coords: tuple) -> tupl
def _get_chunk_byte_range_for_chunk_index(h5_dataset: h5py.Dataset, chunk_index: int) -> tuple:
"""Get the byte range in the file for a chunk of an h5py dataset.
This involves some low-level functions from the h5py library. Use _get_all_chunk_info instead of
This involves some low-level functions from the h5py library. Use _apply_to_all_chunk_info instead of
calling this repeatedly for many chunks of the same dataset.
"""
# got hints from kerchunk source code
Expand Down

0 comments on commit 2897504

Please sign in to comment.