Skip to content

Commit eed8092

Browse files
ColCarrollharisbal
authored and
harisbal
committed
DOC: small typo fix (pandas-dev#19901)
1 parent 51093fc commit eed8092

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/groupby.py

Lines changed: 2 additions & 2 deletions
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)