We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e189e56 commit 017279dCopy full SHA for 017279d
pandas/tests/series/test_missing.py
@@ -1338,7 +1338,7 @@ def test_interp_limit_bad_direction(self):
1338
1339
msg = (
1340
r"Invalid limit_direction: expecting one of \['forward',"
1341
- r" 'backward', 'both'\], got 'abc'"
+ r" 'backward', 'both'\], got abc"
1342
)
1343
with pytest.raises(ValueError, match=msg):
1344
s.interpolate(method="linear", limit=2, limit_direction="abc")
0 commit comments