File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1156,7 +1156,7 @@ def __ne__(self, other: object) -> bool:
1156
1156
@classmethod
1157
1157
def is_dtype (cls , dtype : object ) -> bool :
1158
1158
"""
1159
- Return a boolean if we if the passed type is an actual dtype that we
1159
+ Return a boolean if the passed type is an actual dtype that we
1160
1160
can match (via string or type)
1161
1161
"""
1162
1162
if isinstance (dtype , str ):
@@ -1436,7 +1436,7 @@ def __setstate__(self, state) -> None:
1436
1436
@classmethod
1437
1437
def is_dtype (cls , dtype : object ) -> bool :
1438
1438
"""
1439
- Return a boolean if we if the passed type is an actual dtype that we
1439
+ Return a boolean if the passed type is an actual dtype that we
1440
1440
can match (via string or type)
1441
1441
"""
1442
1442
if isinstance (dtype , str ):
You can’t perform that action at this time.
0 commit comments