Skip to content

Commit 145d413

Browse files
authored
DOC: Fix formatting in documentation (#32925)
1 parent c455606 commit 145d413

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
@@ -6900,7 +6900,7 @@ def apply(self, func, axis=0, raw=False, result_type=None, args=(), **kwds):
69006900
2 [1, 2]
69016901
dtype: object
69026902
6903-
Passing result_type='expand' will expand list-like results
6903+
Passing ``result_type='expand'`` will expand list-like results
69046904
to columns of a Dataframe
69056905
69066906
>>> df.apply(lambda x: [1, 2], axis=1, result_type='expand')

0 commit comments

Comments
 (0)