Skip to content

Commit

Permalink
Fix formatting error in streaming.py (#1821)
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Jan 20, 2024
1 parent dfc19bd commit 7c6868b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gallery/advanced_io/streaming.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,6 @@
# 1. supports caching, which will dramatically speed up repeated requests for the
# same region of data,
# 2. automatically retries when s3 fails to return, which helps avoid errors when accessing data due to
# intermittent errors in connections with S3 (remfile does this as well),
# intermittent errors in connections with S3 (remfile does this as well),
# 3. works also with other storage backends (e.g., GoogleDrive or Dropbox, not just S3) and file formats, and
# 4. in our experience appears to provide faster out-of-the-box performance than the ros3 driver.

0 comments on commit 7c6868b

Please sign in to comment.