Skip to content

Commit 0279a81

Browse files
committed
removed unexpected indentation
1 parent f75b9cc commit 0279a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/groupby/groupby.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3903,7 +3903,7 @@ def ewm(
39033903
39043904
adjust : bool, default True
39053905
Divide by decaying adjustment factor to account for imbalance in
3906-
relative weights.
3906+
relative weights.
39073907
39083908
ignore_na : bool, default False
39093909
Ignore missing values when calculating weights.

0 commit comments

Comments
 (0)