Skip to content

Commit 2e21e1a

Browse files
bang128topper-123
authored andcommitted
Fix docstring
1 parent e4ab354 commit 2e21e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/indexes/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2226,7 +2226,7 @@ def is_boolean(self) -> bool:
22262226
is_integer : Check if the Index only consists of integers (deprecated).
22272227
is_floating : Check if the Index is a floating type (deprecated).
22282228
is_numeric : Check if the Index only consists of numeric data.
2229-
is_object : Check if the Index is of the object dtype. (deprecated)
2229+
is_object : Check if the Index is of the object dtype (deprecated).
22302230
is_categorical : Check if the Index holds categorical data.
22312231
is_interval : Check if the Index holds Interval objects (deprecated).
22322232

0 commit comments

Comments
 (0)