Skip to content

Commit 30353a3

Browse files
committed
precommit
1 parent 51d7942 commit 30353a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pandas/core/groupby/groupby.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3912,9 +3912,9 @@ def ewm(
39123912
Times corresponding to the observations.
39133913
39143914
method : {'single', 'table'}, default 'single'
3915-
Execute the operation per group independently (``'single'``) or over the entire
3916-
object before regrouping (``'table'``). Only applicable to ``mean()``, and only
3917-
when using ``engine='numba'``.
3915+
Execute the operation per group independently (``'single'``) or over the
3916+
entire object before regrouping (``'table'``). Only applicable to
3917+
``mean()``, and only when using ``engine='numba'``.
39183918
39193919
Returns
39203920
-------

0 commit comments

Comments
 (0)