Skip to content

Commit 164a63d

Browse files
committed
remove forgotten Appender after a rebase
1 parent e011691 commit 164a63d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/groupby/generic.py

-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ def apply(self, func, *args, **kwargs):
227227
@doc(
228228
_agg_template, examples=_agg_examples_doc, klass="Series",
229229
)
230-
@Appender(_agg_template)
231230
def aggregate(
232231
self, func=None, *args, engine="cython", engine_kwargs=None, **kwargs
233232
):

0 commit comments

Comments
 (0)