Skip to content

Commit cdce2ee

Browse files
small python code refactoring
Just added a space after the equal '=' symbol.
1 parent cfad786 commit cdce2ee

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
@@ -46,7 +46,7 @@ Any figure can be saved as an HTML file using the `write_html` method. These HTM
4646
```python
4747
import plotly.express as px
4848

49-
fig =px.scatter(x=range(10), y=range(10))
49+
fig = px.scatter(x=range(10), y=range(10))
5050
fig.write_html("path/to/file.html")
5151
```
5252
<!-- #endregion -->

0 commit comments

Comments
 (0)