From ce7b2c8c702636e75ada96bbaa3885fb778e0267 Mon Sep 17 00:00:00 2001 From: Oliver Ruebel Date: Tue, 20 Aug 2024 11:20:25 -0700 Subject: [PATCH] Update docs/gallery/advanced_io/plot_linking_data.py Co-authored-by: Steph Prince <40640337+stephprince@users.noreply.github.com> --- docs/gallery/advanced_io/plot_linking_data.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/gallery/advanced_io/plot_linking_data.py b/docs/gallery/advanced_io/plot_linking_data.py index 6185966f0..d1c370874 100644 --- a/docs/gallery/advanced_io/plot_linking_data.py +++ b/docs/gallery/advanced_io/plot_linking_data.py @@ -378,9 +378,9 @@ # # .. note:: # -# Other file drivers, e.g., `split` or `multi` could be used in a similar fashion. +# Other file drivers, e.g., ``split`` or ``multi`` could be used in a similar fashion. # However, not all HDF5 drivers are supported by the the high-level API of -# `h5py` and as such may require a bit more complex setup via the the -# low-level HDF5 API in `h5py`. +# ``h5py`` and as such may require a bit more complex setup via the the +# low-level HDF5 API in ``h5py``. #