Skip to content

Commit 056859d

Browse files
committed
Fix docstring formatting in Series.groupby
1 parent 1617a59 commit 056859d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/series.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1977,7 +1977,6 @@ def groupby(
19771977
observed: bool = True,
19781978
dropna: bool = True,
19791979
) -> SeriesGroupBy:
1980-
19811980
"""
19821981
Group Series using a mapper or by a Series of columns.
19831982

0 commit comments

Comments
 (0)