Skip to content

Commit 8a65d05

Browse files
authored
Add missing whitespaces
1 parent c4fef05 commit 8a65d05

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: packages/python/plotly/plotly/io/_base_renderers.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -867,8 +867,8 @@ def render(self, fig_dict):
867867
except (ValueError, ImportError):
868868
raise ImportError(
869869
"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 "
873873
"the `sphinx-gallery-orca` renderer)."
874874
)

0 commit comments

Comments
 (0)