Skip to content

Commit f7c0002

Browse files
author
Montana Low
committed
strip whitespace
1 parent dd7cee6 commit f7c0002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/test_strings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1942,7 +1942,7 @@ def test_split(self):
19421942
exp = Series([[u('a'), u('b'), u('c')], [u('c'), u('d'), u('e')], NA,
19431943
[u('f'), u('g'), u('h')]])
19441944
tm.assert_series_equal(result, exp)
1945-
1945+
19461946
# expand blank split
19471947
values = Series(['a b c', 'a b', '', ' '])
19481948
result = values.str.split(expand=True)

0 commit comments

Comments
 (0)