Skip to content

Commit 93eb752

Browse files
committed
fixed docstring error
1 parent 5c91799 commit 93eb752

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
@@ -3846,7 +3846,7 @@ def expanding(self, *args, **kwargs) -> ExpandingGroupby:
38463846
4 B 50
38473847
5 B 60
38483848
3849-
>>> df.groupby("Class").expanding().mean()\
3849+
>>> df.groupby("Class").expanding().mean()
38503850
Value
38513851
Class
38523852
A 0 10.0

0 commit comments

Comments
 (0)