Skip to content

Commit dc2dd1d

Browse files
committed
shortened summary
1 parent b8cfede commit dc2dd1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/groupby/groupby.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3826,7 +3826,7 @@ def expanding(self, *args, **kwargs) -> ExpandingGroupby:
38263826
@final
38273827
def ewm(self, *args, **kwargs) -> ExponentialMovingWindowGroupby:
38283828
"""
3829-
Return an exponentially weighted moving (EWM) grouper, providing EWM functionality per group.
3829+
Return an ewm grouper, providing ewm functionality per group.
38303830
38313831
Parameters
38323832
----------

0 commit comments

Comments
 (0)