Skip to content

Commit 18cc11c

Browse files
committed
typo
1 parent 48c7f62 commit 18cc11c

File tree

1 file changed

+1
-1
lines changed
  • packages/python/plotly/plotly/express

1 file changed

+1
-1
lines changed

packages/python/plotly/plotly/express/_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1522,7 +1522,7 @@ def build_dataframe(args, constructor):
15221522

15231523
# data_frame is any other Series object natively supported via Narwhals.
15241524
# With pass_through=True, the original object will be returned if unable to convert
1525-
# to a Narwhals DataFrame, making this condition False.
1525+
# to a Narwhals Series, making this condition False.
15261526
elif isinstance(
15271527
series := nw.from_native(
15281528
args["data_frame"], series_only=True, pass_through=True

0 commit comments

Comments
 (0)