From 7c6868b77088c846d81c4a055d4d84ea43ff9a78 Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Sat, 20 Jan 2024 10:38:14 -0800 Subject: [PATCH] Fix formatting error in streaming.py (#1821) --- docs/gallery/advanced_io/streaming.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gallery/advanced_io/streaming.py b/docs/gallery/advanced_io/streaming.py index 31ce6793c..760e2da71 100644 --- a/docs/gallery/advanced_io/streaming.py +++ b/docs/gallery/advanced_io/streaming.py @@ -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.