Skip to content

Commit f41596d

Browse files
committed
CLN: merge two lines
1 parent 789e03e commit f41596d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/formats/test_series_info.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def test_info_memory():
9090

9191
def test_info_wide():
9292
s = Series(np.random.randn(101))
93-
msg = "Argument `max_cols` can only be passed in DataFrame.info, " "not Series.info"
93+
msg = "Argument `max_cols` can only be passed in DataFrame.info, not Series.info"
9494
with pytest.raises(ValueError, match=msg):
9595
s.info(max_cols=1)
9696

0 commit comments

Comments
 (0)