@@ -2493,7 +2493,7 @@ def _get_child_prop_defaults(self, child):
24932493
24942494 def _init_child_props (self , child ):
24952495 """
2496- Initialize the properites dict for a child trace or layout
2496+ Initialize the properties dict for a child trace or layout
24972497
24982498 Note: this method must match the name/signature of one on
24992499 BasePlotlyType
@@ -3632,12 +3632,7 @@ def write_html(self, *args, **kwargs):
36323632
36333633 If 'directory', a script tag is included that references an external
36343634 plotly.min.js bundle that is assumed to reside in the same
3635- directory as the HTML file. If `file` is a string to a local file path
3636- and `full_html` is True then
3637-
3638- If 'directory', a script tag is included that references an external
3639- plotly.min.js bundle that is assumed to reside in the same
3640- directory as the HTML file. If `file` is a string to a local file
3635+ directory as the HTML file. If `file` is a string to a local file
36413636 path and `full_html` is True, then the plotly.min.js bundle is copied
36423637 into the directory of the resulting HTML file. If a file named
36433638 plotly.min.js already exists in the output directory then this file
@@ -3712,8 +3707,7 @@ def write_html(self, *args, **kwargs):
37123707
37133708 Returns
37143709 -------
3715- str
3716- Representation of figure as an HTML div string
3710+ None
37173711 """
37183712 import plotly .io as pio
37193713
0 commit comments