From 81ceea79c47004d78b4be23b8b6dae03fdaaf7e9 Mon Sep 17 00:00:00 2001 From: Liam Connors Date: Thu, 22 Jun 2023 15:09:30 -0400 Subject: [PATCH] Update __init__.py --- packages/python/plotly/plotly/express/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/python/plotly/plotly/express/__init__.py b/packages/python/plotly/plotly/express/__init__.py index c8fab13b5f8..66e0297185d 100644 --- a/packages/python/plotly/plotly/express/__init__.py +++ b/packages/python/plotly/plotly/express/__init__.py @@ -1,6 +1,6 @@ """ `plotly.express` is a terse, consistent, high-level wrapper around `plotly.graph_objects` -for rapid data exploration and figure generation. Learn more at https://plotly.express/ +for rapid data exploration and figure generation. Learn more at https://plotly.com/python/plotly-express/ """ from __future__ import absolute_import from plotly import optional_imports