Skip to content

Commit 10e8f20

Browse files
LiamConnorsemilykl
andauthored
Update doc/python/static-image-export.md
Co-authored-by: Emily KL <[email protected]>
1 parent f5ac772 commit 10e8f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/static-image-export.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ fig.write_image("images/fig1.eps")
132132

133133
### Specify a Format
134134

135-
In the earlier example, Plotly inferred the image format from the extension of the filename. You can also specify this with the `format` parameter.
135+
In the earlier example, Plotly inferred the image format from the extension of the filename. You can also specify the format explicitly using the `format` parameter.
136136

137137
~~~python
138138
import plotly.express as px

0 commit comments

Comments
 (0)