Skip to content

Commit a70b5e2

Browse files
lukemanleyphofl
authored andcommitted
TYP: Series.groupby (pandas-dev#49542)
level arg to be typed IndexLabel
1 parent 0c5f1e9 commit a70b5e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/series.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1982,7 +1982,7 @@ def groupby(
19821982
self,
19831983
by=None,
19841984
axis: Axis = 0,
1985-
level: Level = None,
1985+
level: IndexLabel = None,
19861986
as_index: bool = True,
19871987
sort: bool = True,
19881988
group_keys: bool | lib.NoDefault = no_default,

0 commit comments

Comments
 (0)