diff --git a/doc/python/icicle-charts.md b/doc/python/icicle-charts.md index ea6eeb0653c..540f9f7e82c 100644 --- a/doc/python/icicle-charts.md +++ b/doc/python/icicle-charts.md @@ -232,7 +232,7 @@ fig.show() ### Large Number of Slices -This example uses a [plotly grid attribute](https://plotly.com/python/reference/layout/#layout-grid) for the suplots. Reference the row and column destination using the [domain](https://plotly.com/python/reference/icicle/#icicle-domain) attribute. +This example uses a [plotly grid attribute](https://plotly.com/python/reference/layout/#layout-grid) for the subplots. Reference the row and column destination using the [domain](https://plotly.com/python/reference/icicle/#icicle-domain) attribute. ```python import plotly.graph_objects as go diff --git a/doc/python/sunburst-charts.md b/doc/python/sunburst-charts.md index 5e589e438fe..e22f9f9dd7b 100644 --- a/doc/python/sunburst-charts.md +++ b/doc/python/sunburst-charts.md @@ -214,7 +214,7 @@ fig.show() ### Large Number of Slices -This example uses a [plotly grid attribute](https://plotly.com/python/reference/layout/#layout-grid) for the suplots. Reference the row and column destination using the [domain](https://plotly.com/python/reference/sunburst/#sunburst-domain) attribute. +This example uses a [plotly grid attribute](https://plotly.com/python/reference/layout/#layout-grid) for the subplots. Reference the row and column destination using the [domain](https://plotly.com/python/reference/sunburst/#sunburst-domain) attribute. ```python import plotly.graph_objects as go