Skip to content

Commit c2c9b4b

Browse files
authored
Merge pull request #4447 from mahotd/fix-suplot-typo-in-doc
Fix `suplot` typo in doc
2 parents f36ef1f + 90b29f6 commit c2c9b4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: doc/python/icicle-charts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ fig.show()
232232

233233
### Large Number of Slices
234234

235-
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.
235+
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.
236236

237237
```python
238238
import plotly.graph_objects as go

Diff for: doc/python/sunburst-charts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ fig.show()
214214

215215
### Large Number of Slices
216216

217-
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.
217+
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.
218218

219219
```python
220220
import plotly.graph_objects as go

0 commit comments

Comments
 (0)