Skip to content

Commit aebcb67

Browse files
committed
pandas-dev#55753 Added comments in the function parameter
1 parent 82cced6 commit aebcb67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/apply.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1020,8 +1020,8 @@ def wrapper(*args, **kwargs):
10201020
wrap_function(self.func),
10211021
self.axis,
10221022
self.values,
1023-
*self.args,
1024-
**self.kwargs,
1023+
*self.args,#Added args
1024+
**self.kwargs,#Added kwargs
10251025
)
10261026

10271027
# TODO: mixed type case

0 commit comments

Comments
 (0)