Skip to content

Commit 2e13424

Browse files
committed
updated doc for pandas.Series.str.split() method
1 parent 9126c82 commit 2e13424

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/strings.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1116,9 +1116,9 @@ def str_split(arr, pat=None, n=None):
11161116
11171117
Returns
11181118
-------
1119-
Type matches caller unless `expand=True` (return type is `DataFrame` or
1120-
`MultiIndex`)
11211119
split : Series/Index or DataFrame/MultiIndex of objects
1120+
Type matches caller unless `expand=True` (return type is `DataFrame` or
1121+
`MultiIndex`)
11221122
11231123
Notes
11241124
-----

0 commit comments

Comments
 (0)