Skip to content

Commit 288531d

Browse files
committed
doctest
1 parent 3219ceb commit 288531d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/python/plotly/plotly/io/_templates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ def to_templated(fig, skip=("title", "text")):
390390
>>> templated_fig = pio.to_templated(fig)
391391
>>> templated_fig.layout.template
392392
layout.Template({
393-
'data': {}, 'layout': {'font': {'family': 'Courier', 'size': 20}}
393+
'layout': {'font': {'family': 'Courier', 'size': 20}}
394394
})
395395
>>> templated_fig
396396
Figure({

0 commit comments

Comments
 (0)