Skip to content

Commit 28c3d00

Browse files
authored
Fix rendering in documentation of histogram histfunc
1 parent 4001477 commit 28c3d00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ def histogram(
497497
y=["If `orientation` is `'v'`, these values are used as inputs to `histfunc`."]
498498
+ _wide_mode_xy_append,
499499
histfunc=[
500-
"The arguments to this function are the values of `y`(`x`) if `orientation` is `'v'`(`'h'`).",
500+
"The arguments to this function are the values of `y` (`x`) if `orientation` is `'v'` (`'h'`).",
501501
],
502502
),
503503
)

0 commit comments

Comments
 (0)