Skip to content

Commit a91dc5e

Browse files
author
Marco Gorelli
committed
Remove more trailing commas
1 parent 20b9617 commit a91dc5e

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
@@ -6633,7 +6633,7 @@ def _gotitem(
66336633
see_also=_agg_summary_and_see_also_doc,
66346634
examples=_agg_examples_doc,
66356635
versionadded="\n.. versionadded:: 0.20.0\n",
6636-
**_shared_doc_kwargs,
6636+
**_shared_doc_kwargs
66376637
)
66386638
@Appender(_shared_docs["aggregate"])
66396639
def aggregate(self, func, axis=0, *args, **kwargs):
@@ -6675,7 +6675,7 @@ def apply(
66756675
reduce=None,
66766676
result_type=None,
66776677
args=(),
6678-
**kwds,
6678+
**kwds
66796679
):
66806680
"""
66816681
Apply a function along an axis of the DataFrame.

0 commit comments

Comments
 (0)