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``. #