Skip to content

Commit b8cfede

Browse files
committed
precommit
1 parent 4ec05b0 commit b8cfede

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
@@ -3836,7 +3836,7 @@ def ewm(self, *args, **kwargs) -> ExponentialMovingWindowGroupby:
38363836
Keyword arguments passed to the EWM window constructor, such as:
38373837
38383838
com : float, optional
3839-
Specify decay in terms of center of mass.
3839+
Specify decay in terms of center of mass.
38403840
``span``, ``halflife``, and ``alpha`` are alternative ways to specify decay.
38413841
span : float, optional
38423842
Specify decay in terms of span.

0 commit comments

Comments
 (0)