Skip to content

Commit 2efe087

Browse files
authored
docs: fix typo in Python docpage templates.md
1 parent 0982e25 commit 2efe087

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/python/templates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ for template in ["plotly", "plotly_white", "plotly_dark", "ggplot2", "seaborn",
9393
fig.show()
9494
```
9595

96-
#### Specifying a default themes
96+
#### Specifying a default theme
9797

9898
If a theme is not provided to a Plotly Express function or to a graph object figure, then the default theme is used. The default theme starts out as `"plotly"`, but it can be changed by setting the `plotly.io.templates.default` property to the name of a registered theme.
9999

@@ -475,4 +475,4 @@ It may be useful to examine the contents and structure of the built-in templates
475475
import plotly.io as pio
476476
plotly_template = pio.templates["plotly"]
477477
plotly_template.layout
478-
```
478+
```

0 commit comments

Comments
 (0)