From 226f41dc3cfe4d7509ec4b3b652fda509a33d849 Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Sat, 13 Jan 2024 00:26:32 -0800 Subject: [PATCH] Update streaming.py --- 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 e0142cc81..101400c2d 100644 --- a/docs/gallery/advanced_io/streaming.py +++ b/docs/gallery/advanced_io/streaming.py @@ -125,7 +125,7 @@ # conda install -c conda-forge "h5py>=3.2" # # Besides the extra burden of installing h5py from a non-PyPI source, one downside of this ROS3 method is that -# this method does not support automatic retries in case the connection fails. +# this method does not support automatic retries in case the connection fails. ##################################################