Skip to content

Commit e202d85

Browse files
committed
DOC: Fix indentation for raw=True note in DataFrame.apply docstring
1 parent d52a3a1 commit e202d85

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
@@ -10631,8 +10631,8 @@ def apply(
1063110631
1063210632
.. note::
1063310633
10634-
When ``raw=True``, the result dtype is inferred from the **first**
10635-
returned value.
10634+
When ``raw=True``, the result dtype is inferred from the **first**
10635+
returned value.
1063610636
1063710637
result_type : {'expand', 'reduce', 'broadcast', None}, default None
1063810638
These only act when ``axis=1`` (columns):

0 commit comments

Comments
 (0)