Skip to content

Commit 2ba2d5d

Browse files
committed
Updated comment
1 parent 900e3ce commit 2ba2d5d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pandas/core/indexing.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -1521,9 +1521,7 @@ def _getitem_axis(self, key, axis=0):
15211521
return self._getbool_axis(key, axis=axis)
15221522
elif is_list_like_indexer(key):
15231523

1524-
# GH 7349
1525-
# possibly convert a list-like into a nested tuple
1526-
# but don't convert a list-like of tuples
1524+
# convert various datatypes to a list of keys
15271525
if isinstance(labels, MultiIndex):
15281526
if isinstance(key, ABCSeries):
15291527
# GH 14730

0 commit comments

Comments
 (0)