Skip to content

Commit ae47909

Browse files
authored
CLN: Replace incorrect GH#5667 with GH#5567 (#48177)
Replace incorrect GH#5667 with GH#5567
1 parent 30efa5f commit ae47909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pandas/core/indexing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1257,7 +1257,7 @@ def _getitem_tuple(self, tup: tuple):
12571257
return self._getitem_tuple_same_dim(tup)
12581258

12591259
def _get_label(self, label, axis: int):
1260-
# GH#5667 this will fail if the label is not present in the axis.
1260+
# GH#5567 this will fail if the label is not present in the axis.
12611261
return self.obj.xs(label, axis=axis)
12621262

12631263
def _handle_lowerdim_multi_index_axis0(self, tup: tuple):

0 commit comments

Comments
 (0)