Skip to content

Commit 436ada9

Browse files
committed
typo
1 parent e6bb62b commit 436ada9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/indexing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
from pandas.core.dtypes.common import (
1212
ensure_platform_int, is_float, is_integer, is_integer_dtype, is_iterator,
13-
is_list_like, is_numeric_dtype, is_scalar, is_sequence)
13+
is_list_like, is_numeric_dtype, is_scalar, is_sequence, is_sparse)
1414
from pandas.core.dtypes.generic import ABCDataFrame, ABCSeries
1515
from pandas.core.dtypes.missing import _infer_fill_value, isna
1616

0 commit comments

Comments
 (0)