Skip to content

Commit 379251b

Browse files
bang128topper-123
authored andcommitted
Fix docstring
1 parent 1071a6a commit 379251b

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
@@ -2258,7 +2258,7 @@ def is_boolean(self) -> bool:
22582258
is_integer : Check if the Index only consists of integers (deprecated).
22592259
is_floating : Check if the Index is a floating type (deprecated).
22602260
is_numeric : Check if the Index only consists of numeric data.
2261-
is_object : Check if the Index is of the object dtype. (deprecated)
2261+
is_object : Check if the Index is of the object dtype (deprecated).
22622262
is_categorical : Check if the Index holds categorical data.
22632263
is_interval : Check if the Index holds Interval objects (deprecated).
22642264

0 commit comments

Comments
 (0)