Skip to content

Commit 744afb9

Browse files
docstring
1 parent 619c693 commit 744afb9

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

Diff for: packages/python/plotly/plotly/express/trendline_functions/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def expanding(trendline_options, x_raw, x, y, x_label, y_label, non_missing):
128128

129129

130130
def ewm(trendline_options, x_raw, x, y, x_label, y_label, non_missing):
131-
"""Exponentially weighted trendline function
131+
"""Exponentially Weighted Moment (EWM) trendline function
132132
133133
The value of the `function` key of the `trendline_options` dict is the function to
134134
use (defaults to `mean`) and the value of the `function_args` key are taken to be

0 commit comments

Comments
 (0)