Skip to content

Commit 675963e

Browse files
author
Marco Gorelli
committed
Remove more trailing commas
1 parent 47cae3d commit 675963e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/frame.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6639,7 +6639,7 @@ def _gotitem(
66396639
see_also=_agg_summary_and_see_also_doc,
66406640
examples=_agg_examples_doc,
66416641
versionadded="\n.. versionadded:: 0.20.0\n",
6642-
**_shared_doc_kwargs,
6642+
**_shared_doc_kwargs
66436643
)
66446644
@Appender(_shared_docs["aggregate"])
66456645
def aggregate(self, func, axis=0, *args, **kwargs):
@@ -6681,7 +6681,7 @@ def apply(
66816681
reduce=None,
66826682
result_type=None,
66836683
args=(),
6684-
**kwds,
6684+
**kwds
66856685
):
66866686
"""
66876687
Apply a function along an axis of the DataFrame.

0 commit comments

Comments
 (0)