Skip to content

Commit d385044

Browse files
authored
DOC: reformat doc groupby.rst (#36831)
1 parent a975a75 commit d385044

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)