diff --git a/doc/python/legend.md b/doc/python/legend.md index 3d6f23a6c4c..9821d2c6c18 100644 --- a/doc/python/legend.md +++ b/doc/python/legend.md @@ -428,10 +428,10 @@ fig.add_trace(go.Streamtube( )) # Update all traces together fig.update_traces(showlegend=True, showscale=False) -fig.update_layout(width=600, title_text='Exporation of a vector field using several traces') +fig.update_layout(width=600, title_text='Exploration of a vector field using several traces') fig.show() ``` #### Reference -See https://plotly.com/python/reference/#layout-legend for more information! \ No newline at end of file +See https://plotly.com/python/reference/#layout-legend for more information!