Skip to content

Commit c1ff44a

Browse files
tomaarsenCloseChoice
authored andcommitted
CLN: Replace incorrect GH#5667 with GH#5567 (pandas-dev#48177)
Replace incorrect GH#5667 with GH#5567
1 parent 54bd158 commit c1ff44a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)