Skip to content

Commit 7daa3c0

Browse files
committed
removed comma at the end of sentence
1 parent 93eb752 commit 7daa3c0

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
@@ -3815,7 +3815,7 @@ def expanding(self, *args, **kwargs) -> ExpandingGroupby:
38153815
*args : tuple
38163816
Positional arguments passed to the expanding window constructor.
38173817
**kwargs : dict
3818-
Keyword arguments passed to the expanding window constructor,
3818+
Keyword arguments passed to the expanding window constructor.
38193819
38203820
Returns
38213821
-------

0 commit comments

Comments
 (0)