We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30efa5f commit ae47909Copy full SHA for ae47909
pandas/core/indexing.py
@@ -1257,7 +1257,7 @@ def _getitem_tuple(self, tup: tuple):
1257
return self._getitem_tuple_same_dim(tup)
1258
1259
def _get_label(self, label, axis: int):
1260
- # GH#5667 this will fail if the label is not present in the axis.
+ # GH#5567 this will fail if the label is not present in the axis.
1261
return self.obj.xs(label, axis=axis)
1262
1263
def _handle_lowerdim_multi_index_axis0(self, tup: tuple):
0 commit comments