diff --git a/packages/python/plotly/plotly/io/_base_renderers.py b/packages/python/plotly/plotly/io/_base_renderers.py index d93691a2b21..f5aec7e61cd 100644 --- a/packages/python/plotly/plotly/io/_base_renderers.py +++ b/packages/python/plotly/plotly/io/_base_renderers.py @@ -867,8 +867,8 @@ def render(self, fig_dict): except (ValueError, ImportError): raise ImportError( "orca and psutil are required to use the `sphinx-gallery-orca` renderer. " - "See https://plotly.com/python/static-image-export/ for instructions on" - "how to install orca. Alternatively, you can use the `sphinx-gallery`" - "renderer (note that png thumbnails can only be generated with" + "See https://plotly.com/python/static-image-export/ for instructions on " + "how to install orca. Alternatively, you can use the `sphinx-gallery` " + "renderer (note that png thumbnails can only be generated with " "the `sphinx-gallery-orca` renderer)." )