Skip to content

Commit ebea813

Browse files
authored
Update legend.md
typo fix
1 parent fb84bc5 commit ebea813

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/python/legend.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -428,10 +428,10 @@ fig.add_trace(go.Streamtube(
428428
))
429429
# Update all traces together
430430
fig.update_traces(showlegend=True, showscale=False)
431-
fig.update_layout(width=600, title_text='Exporation of a vector field using several traces')
431+
fig.update_layout(width=600, title_text='Exploration of a vector field using several traces')
432432
fig.show()
433433
```
434434

435435
#### Reference
436436

437-
See https://plotly.com/python/reference/#layout-legend for more information!
437+
See https://plotly.com/python/reference/#layout-legend for more information!

0 commit comments

Comments
 (0)