File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/python/plotly/plotly/io Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -867,8 +867,8 @@ def render(self, fig_dict):
867
867
except (ValueError , ImportError ):
868
868
raise ImportError (
869
869
"orca and psutil are required to use the `sphinx-gallery-orca` renderer. "
870
- "See https://plotly.com/python/static-image-export/ for instructions on"
871
- "how to install orca. Alternatively, you can use the `sphinx-gallery`"
872
- "renderer (note that png thumbnails can only be generated with"
870
+ "See https://plotly.com/python/static-image-export/ for instructions on "
871
+ "how to install orca. Alternatively, you can use the `sphinx-gallery` "
872
+ "renderer (note that png thumbnails can only be generated with "
873
873
"the `sphinx-gallery-orca` renderer)."
874
874
)
You can’t perform that action at this time.
0 commit comments