Skip to content

Commit b727d6c

Browse files
committed
fix docstring
1 parent de3e2d2 commit b727d6c

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
@@ -2460,7 +2460,7 @@ def is_categorical(self) -> bool:
24602460
is_integer : Check if the Index only consists of integers (deprecated).
24612461
is_floating : Check if the Index is a floating type (deprecated).
24622462
is_numeric : Check if the Index only consists of numeric data.
2463-
is_object : Check if the Index is of the object dtype. (deprecated)
2463+
is_object : Check if the Index is of the object dtype. (deprecated).
24642464
is_interval : Check if the Index holds Interval objects (deprecated).
24652465
24662466
Examples

0 commit comments

Comments
 (0)