Skip to content

Commit 979e74d

Browse files
authored
Fix missing space between sentences in doc of histogram
1 parent 28c3d00 commit 979e74d

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/_doc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@
448448
],
449449
histfunc=[
450450
"str (default `'count'` if no arguments are provided, else `'sum'`)",
451-
"One of `'count'`, `'sum'`, `'avg'`, `'min'`, or `'max'`."
451+
"One of `'count'`, `'sum'`, `'avg'`, `'min'`, or `'max'`.",
452452
"Function used to aggregate values for summarization (note: can be normalized with `histnorm`).",
453453
],
454454
histnorm=[

0 commit comments

Comments
 (0)