Skip to content

Commit 551a921

Browse files
committed
Keep in trailing whitespace
1 parent c2f2f54 commit 551a921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/python/plotly/plotly/subplots.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1333,7 +1333,7 @@ def _set_trace_grid_reference(trace, layout, grid_ref, row, col, secondary_y=Fal
13331333
Trace type '{typ}' is not compatible with subplot type '{subplot_type}'
13341334
at grid position ({row}, {col})
13351335
1336-
See the docstring for the specs argument to plotly.subplots.make_subplots
1336+
See the docstring for the specs argument to plotly.subplots.make_subplots
13371337
for more information on subplot types""".format(
13381338
typ=trace.type,
13391339
subplot_type=subplot_refs[0].subplot_type,

0 commit comments

Comments
 (0)