Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a63b794

Browse filesBrowse files
committed
fix doc string
1 parent 16dd6a3 commit a63b794
Copy full SHA for a63b794

File tree

1 file changed

+3
-9
lines changed
Filter options

1 file changed

+3
-9
lines changed

‎packages/python/plotly/plotly/basedatatypes.py

Copy file name to clipboardExpand all lines: packages/python/plotly/plotly/basedatatypes.py
+3-9Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.