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 60b9e69 commit a0e800aCopy full SHA for a0e800a
pandas/tests/indexing/test_loc.py
@@ -3162,7 +3162,7 @@ def test_loc_getitem_setitem_integer_slice_keyerrors(self):
3162
3163
# non-monotonic, raise KeyError
3164
s2 = ser.iloc[list(range(5)) + list(range(9, 4, -1))]
3165
- msg = "non-monotonic index with a non-specific label: 3"
+ msg = "non-monotonic index with a missing label 3"
3166
with pytest.raises(KeyError, match=msg):
3167
s2.loc[3:11]
3168
0 commit comments