Skip to content

Commit 191a548

Browse files
authored
Fix typo
1 parent 73647ee commit 191a548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/python/plotly/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def update_package_data(distribution):
9494

9595
# JS assets will not be present if we are skip npm build
9696
if not skip_npm:
97-
distribution.data_files.extends(
97+
distribution.data_files.extend(
9898
[
9999
(
100100
"share/jupyter/labextensions/plotlywidget",

0 commit comments

Comments
 (0)