Skip to content

Commit

Permalink
Updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
toobaz committed Feb 17, 2017
1 parent 900e3ce commit 2ba2d5d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pandas/core/indexing.py
Original file line number Diff line number Diff line change
Expand Up @@ -1521,9 +1521,7 @@ def _getitem_axis(self, key, axis=0):
return self._getbool_axis(key, axis=axis)
elif is_list_like_indexer(key):

# GH 7349
# possibly convert a list-like into a nested tuple
# but don't convert a list-like of tuples
# convert various datatypes to a list of keys
if isinstance(labels, MultiIndex):
if isinstance(key, ABCSeries):
# GH 14730
Expand Down

0 comments on commit 2ba2d5d

Please sign in to comment.