From bf2b9171312d00130cc604494210c2be7f47e3a4 Mon Sep 17 00:00:00 2001 From: Martin Durant Date: Thu, 26 Oct 2023 11:12:59 -0400 Subject: [PATCH] Update fsspec/spec.py --- fsspec/spec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fsspec/spec.py b/fsspec/spec.py index 0aa6f355d..b70efe50b 100644 --- a/fsspec/spec.py +++ b/fsspec/spec.py @@ -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 ----------