Skip to content

Commit 2432ff5

Browse files
author
mdeboc
committed
DOC: update the pandas.DataFrame.apply docstring
1 parent c1214b4 commit 2432ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4892,7 +4892,7 @@ def apply(self, func, axis=0, broadcast=None, raw=False, reduce=None,
48924892
args : tuple
48934893
Positional arguments to pass to function in addition to the
48944894
array/series.
4895-
kwds :
4895+
**kwds
48964896
Additional keyword arguments to pass as keywords to the function.
48974897
48984898
Notes

0 commit comments

Comments
 (0)