Skip to content

Commit f30f13d

Browse files
committed
fix docstring NamedAgg
1 parent ae11c8e commit f30f13d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/groupby/generic.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ class NamedAgg(_BaseNamedAgg):
127127
Function to apply to the provided column. If string, the name of a built-in
128128
pandas function.
129129
*args : tuple, optional
130-
args passed to aggfunc
130+
Args passed to aggfunc.
131131
**kwargs : dict, optional
132-
kwargs passed to aggfunc
132+
Kwargs passed to aggfunc.
133133
134134
Examples
135135
--------

0 commit comments

Comments
 (0)