Skip to content

Commit 6b97994

Browse files
committed
summary
1 parent 06eb37d commit 6b97994

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/core/groupby/groupby.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3805,8 +3805,7 @@ def rolling(
38053805
@final
38063806
def expanding(self, *args, **kwargs) -> ExpandingGroupby:
38073807
"""
3808-
Return an expanding grouper, providing expanding
3809-
functionality per group.
3808+
Return an expanding grouper, providing expanding functionality per group.
38103809
38113810
Parameters
38123811
----------

0 commit comments

Comments
 (0)