Skip to content

Commit 25bf40b

Browse files
committed
Remove trailing whitespace
1 parent 522ca66 commit 25bf40b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/strings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1359,7 +1359,7 @@ def str_split(arr, pat=None, n=None):
13591359
13601360
Returns
13611361
-------
1362-
Series, Index, DataFrame or MultiIndex
1362+
Series, Index, DataFrame or MultiIndex
13631363
"""
13641364
if pat is None:
13651365
if n is None or n == 0:

0 commit comments

Comments
 (0)