Skip to content

Commit 15bbb28

Browse files
ColCarrolljorisvandenbossche
authored andcommitted
DOC: small typo fix (#19901)
1 parent 6751b9c commit 15bbb28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/groupby.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1440,7 +1440,7 @@ def resample(self, rule, *args, **kwargs):
14401440
def rolling(self, *args, **kwargs):
14411441
"""
14421442
Return a rolling grouper, providing rolling
1443-
functionaility per group
1443+
functionality per group
14441444
14451445
"""
14461446
from pandas.core.window import RollingGroupby
@@ -1451,7 +1451,7 @@ def rolling(self, *args, **kwargs):
14511451
def expanding(self, *args, **kwargs):
14521452
"""
14531453
Return an expanding grouper, providing expanding
1454-
functionaility per group
1454+
functionality per group
14551455
14561456
"""
14571457
from pandas.core.window import ExpandingGroupby

0 commit comments

Comments
 (0)