We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 789e03e commit f41596dCopy full SHA for f41596d
pandas/tests/io/formats/test_series_info.py
@@ -90,7 +90,7 @@ def test_info_memory():
90
91
def test_info_wide():
92
s = Series(np.random.randn(101))
93
- msg = "Argument `max_cols` can only be passed in DataFrame.info, " "not Series.info"
+ msg = "Argument `max_cols` can only be passed in DataFrame.info, not Series.info"
94
with pytest.raises(ValueError, match=msg):
95
s.info(max_cols=1)
96
0 commit comments