Skip to content

Commit 5ff65d6

Browse files
committed
doc string validation
1 parent 54aa398 commit 5ff65d6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/core/groupby/generic.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,7 @@
115115
@set_module("pandas")
116116
class NamedAgg(tuple):
117117
"""
118-
Helper for column specific aggregation with with flexible argument passing and
119-
control over output column names.
118+
Helper for defining named aggregations in groupby operations.
120119
121120
Subclass of tuple that wraps an aggregation function.
122121

0 commit comments

Comments
 (0)