Skip to content

Commit

Permalink
Update fsspec/spec.py
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant authored Oct 26, 2023
1 parent 91b9593 commit bf2b917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsspec/spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@ def pipe(self, path, value=None, **kwargs):
def cat_ranges(
self, paths, starts, ends, max_gap=None, on_error="return", **kwargs
):
"""Get the contents of multiple files
"""Get the contents of byte ranges from one or more files
Parameters
----------
Expand Down

0 comments on commit bf2b917

Please sign in to comment.