Skip to content

Commit c5c0aad

Browse files
erfannarimanjbrockmendel
authored andcommitted
DOC: reformat doc groupby.rst (pandas-dev#36831)
1 parent f41ce46 commit c5c0aad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/groupby.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ and unpack the keyword arguments
677677
678678
animals.groupby("kind").agg(
679679
**{
680-
"total weight": pd.NamedAgg(column="weight", aggfunc=sum),
680+
"total weight": pd.NamedAgg(column="weight", aggfunc=sum)
681681
}
682682
)
683683

0 commit comments

Comments
 (0)