Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jreadey committed Jul 3, 2023
1 parent ddca08d commit e582e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hsds/util/rangegetUtil.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def _chunk_dist(chunk_left, chunk_right):

def _find_min_pair(h5chunks, max_gap=None):
""" Given a list of chunk_map entries which are sorted by offset,
return the two chunks nearest to each other in the file.
return the indicies of the two chunks nearest to each other in the file.
If max_gap is set, chunms must be within max_gap bytes
"""
num_chunks = len(h5chunks)
Expand Down

0 comments on commit e582e9b

Please sign in to comment.