Skip to content

Commit 77d8dad

Browse files
committed
Remove trailing whitespace line 1470
1 parent e79511e commit 77d8dad

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
@@ -1467,8 +1467,8 @@ def str_rsplit(arr, pat=None, n=None):
14671467
"""
14681468
Split strings around given separator/delimiter.
14691469
1470-
Returns a list of the words from each string in
1471-
Series/Index, separated by the delimiter string
1470+
Returns a list of the words from each string in
1471+
Series/Index, separated by the delimiter string
14721472
(starting from the right). Equivalent to :meth:`str.rsplit`.
14731473
14741474
Parameters

0 commit comments

Comments
 (0)