Skip to content

Commit 4fb1ec5

Browse files
committed
STYLE: change comment (pandas-dev#39203)
1 parent c33b7d0 commit 4fb1ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/indexing/multiindex/test_loc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def test_loc_getitem_int_slice(self):
258258
def test_loc_getitem_nested_indexer(self, indexer_type_1, indexer_type_2):
259259
# GH #19686
260260
# .loc should work with nested indexers which can be
261-
# any list-like objects (see `pandas.api.types.is_list_like`) or slices
261+
# any list-like objects (see `is_list_like` (`pandas.api.types`)) or slices
262262

263263
def convert_nested_indexer(indexer_type, keys):
264264
if indexer_type == np.ndarray:

0 commit comments

Comments
 (0)