Skip to content

Commit

Permalink
Update docs/gallery/advanced_io/streaming.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Ly <[email protected]>
  • Loading branch information
bendichter and rly authored Nov 27, 2023
1 parent ea72283 commit 59fe561
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/gallery/advanced_io/streaming.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down

0 comments on commit 59fe561

Please sign in to comment.