Skip to content

Commit cdeb52b

Browse files
cleanup
1 parent 9584fba commit cdeb52b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: packages/python/plotly/plotly/express/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
2-
`plotly.express` is a terse, consistent, high-level wrapper around `plotly` for rapid \
3-
data exploration and figure generation. Learn more at https://plotly.express/
2+
`plotly.express` is a terse, consistent, high-level wrapper around `plotly.graph_objects`
3+
for rapid data exploration and figure generation. Learn more at https://plotly.express/
44
"""
55
from __future__ import absolute_import
66
from plotly import optional_imports

0 commit comments

Comments
 (0)