Skip to content

Commit

Permalink
remove forgotten Appender after a rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
smartvinnetou committed May 9, 2020
1 parent 37b6625 commit 10cb001
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pandas/core/groupby/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ def apply(self, func, *args, **kwargs):
@doc(
_agg_template, examples=_agg_examples_doc, klass="Series",
)
@Appender(_agg_template)
def aggregate(
self, func=None, *args, engine="cython", engine_kwargs=None, **kwargs
):
Expand Down

0 comments on commit 10cb001

Please sign in to comment.