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 #