Skip to content

Commit cf7f8d4

Browse files
committed
Remove superfluous parentheses
1 parent 2714d36 commit cf7f8d4

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223
"If `True`, the radial axis is log-scaled in polar coordinates.",
224224
],
225225
range_x=[
226-
"(list of two numbers)",
226+
"list of two numbers",
227227
"If provided, overrides auto-scaling on the x-axis in cartesian coordinates.",
228228
],
229229
range_y=[

0 commit comments

Comments
 (0)