We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c33b7d0 commit 4fb1ec5Copy full SHA for 4fb1ec5
pandas/tests/indexing/multiindex/test_loc.py
@@ -258,7 +258,7 @@ def test_loc_getitem_int_slice(self):
258
def test_loc_getitem_nested_indexer(self, indexer_type_1, indexer_type_2):
259
# GH #19686
260
# .loc should work with nested indexers which can be
261
- # any list-like objects (see `pandas.api.types.is_list_like`) or slices
+ # any list-like objects (see `is_list_like` (`pandas.api.types`)) or slices
262
263
def convert_nested_indexer(indexer_type, keys):
264
if indexer_type == np.ndarray:
0 commit comments