Skip to content

Commit bbac70b

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

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
@@ -194,7 +194,7 @@ fig.to_image(format="png", engine="kaleido")
194194

195195
Previous examples on this page access `write_image` and `to_image` as methods on Plotly Figure objects. This functionality is also available via the `plotly.io` subpackage.
196196

197-
The following example uses the `write_image` function from `plotly.io`. The function takes the figure or a `dict` representing a figure (as shown in the example) as it's first argument.
197+
The following example uses the `write_image` function from `plotly.io`. The function takes the figure or a `dict` representing a figure (as shown in the example) as its first argument.
198198

199199

200200
~~~python

0 commit comments

Comments
 (0)