From 59fe561235a72b14535748555facb4dc68c4903e Mon Sep 17 00:00:00 2001 From: Ben Dichter Date: Mon, 27 Nov 2023 13:41:39 -0500 Subject: [PATCH] Update docs/gallery/advanced_io/streaming.py Co-authored-by: Ryan Ly --- docs/gallery/advanced_io/streaming.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/gallery/advanced_io/streaming.py b/docs/gallery/advanced_io/streaming.py index 5e6ba6906..bcf18a122 100644 --- a/docs/gallery/advanced_io/streaming.py +++ b/docs/gallery/advanced_io/streaming.py @@ -126,8 +126,8 @@ # Method 3: remfile # ----------------- # remfile is another library that enables indexing and streaming of files in s3. remfile is simple, fast, and allows for -# caching of data in the local filesystem. The one caveat of remfile is that it is a very new project that has not been -# tested in a variety of use-cases. You can install remfile with pip: +# caching of data in the local filesystem. The caveats of remfile are that it is a very new project that has not been +# tested in a variety of use-cases and caching options are limited compared to fsspec. You can install remfile with pip: # # .. code-block:: bash #