diff --git a/packages/python/plotly/plotly/subplots.py b/packages/python/plotly/plotly/subplots.py index bd869ad249f..42a37275a41 100644 --- a/packages/python/plotly/plotly/subplots.py +++ b/packages/python/plotly/plotly/subplots.py @@ -1333,7 +1333,7 @@ def _set_trace_grid_reference(trace, layout, grid_ref, row, col, secondary_y=Fal Trace type '{typ}' is not compatible with subplot type '{subplot_type}' at grid position ({row}, {col}) -See the docstring for the specs argument to plotly.subplots.make_subplot +See the docstring for the specs argument to plotly.subplots.make_subplots for more information on subplot types""".format( typ=trace.type, subplot_type=subplot_refs[0].subplot_type,