From 2efe0871cd1700761427a550eafd28ebfbec52d3 Mon Sep 17 00:00:00 2001 From: Enzo Doyen Date: Mon, 20 Apr 2026 21:05:04 +0200 Subject: [PATCH] docs: fix typo in Python docpage templates.md --- doc/python/templates.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/python/templates.md b/doc/python/templates.md index 5a0f5f6665..370bb950e7 100644 --- a/doc/python/templates.md +++ b/doc/python/templates.md @@ -93,7 +93,7 @@ for template in ["plotly", "plotly_white", "plotly_dark", "ggplot2", "seaborn", fig.show() ``` -#### Specifying a default themes +#### Specifying a default theme 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. @@ -475,4 +475,4 @@ It may be useful to examine the contents and structure of the built-in templates import plotly.io as pio plotly_template = pio.templates["plotly"] plotly_template.layout -``` \ No newline at end of file +```