Skip to content

Commit 6cbadd8

Browse files
author
mdeboc
committed
DOC: update the pandas.DataFrame.apply docstring
1 parent dbd90c1 commit 6cbadd8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pandas/core/frame.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4890,10 +4890,11 @@ def apply(self, func, axis=0, broadcast=None, raw=False, reduce=None,
48904890
.. versionadded:: 0.23.0.
48914891
48924892
args : tuple
4893-
Positional arguments to pass to function in addition to the
4893+
Positional arguments to pass to `func` in addition to the
48944894
array/series.
48954895
**kwds
4896-
Additional keyword arguments to pass as keywords to the function.
4896+
Additional keyword arguments to pass as keywords arguments to
4897+
`func`.
48974898
48984899
Notes
48994900
-----

0 commit comments

Comments
 (0)