Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 758e3ce

Browse files
authored
Fix typo: missing 'as'
1 parent 17b7c27 commit 758e3ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/interactive-html-export.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Plotly figures are interactive when viewed in a web browser: you can hover over
4141
<!-- #region -->
4242
### Saving to an HTML file
4343

44-
Any figure can be saved an HTML file using the `write_html` method. These HTML files can be opened in any web browser to access the fully interactive figure.
44+
Any figure can be saved as an HTML file using the `write_html` method. These HTML files can be opened in any web browser to access the fully interactive figure.
4545

4646
```python
4747
import plotly.express as px

0 commit comments

Comments
 (0)