Skip to content

Commit 8caf5f6

Browse files
author
mdeboc
committed
DOC: update the pandas.DataFrame.apply docstring
1 parent c593a70 commit 8caf5f6

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
@@ -4851,7 +4851,7 @@ def apply(self, func, axis=0, broadcast=None, raw=False, reduce=None,
48514851
by result_type='broadcast'.
48524852
48534853
raw : boolean, default False
4854-
* `False` : passes each row or column into a Series to the
4854+
* `False` : passes each row or column as a Series to the
48554855
function.
48564856
* `True` : the passed function will receive ndarray objects
48574857
instead.

0 commit comments

Comments
 (0)