Skip to content

Commit fe151e0

Browse files
committed
fix docstring
1 parent af32b91 commit fe151e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/indexes/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2492,7 +2492,7 @@ def is_categorical(self) -> bool:
24922492
is_integer : Check if the Index only consists of integers (deprecated).
24932493
is_floating : Check if the Index is a floating type (deprecated).
24942494
is_numeric : Check if the Index only consists of numeric data.
2495-
is_object : Check if the Index is of the object dtype. (deprecated)
2495+
is_object : Check if the Index is of the object dtype. (deprecated).
24962496
is_interval : Check if the Index holds Interval objects (deprecated).
24972497
24982498
Examples

0 commit comments

Comments
 (0)