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:
11561156 @classmethod
11571157 def is_dtype (cls , dtype : object ) -> bool :
11581158 """
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
11601160 can match (via string or type)
11611161 """
11621162 if isinstance (dtype , str ):
@@ -1436,7 +1436,7 @@ def __setstate__(self, state) -> None:
14361436 @classmethod
14371437 def is_dtype (cls , dtype : object ) -> bool :
14381438 """
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
14401440 can match (via string or type)
14411441 """
14421442 if isinstance (dtype , str ):
You can’t perform that action at this time.
0 commit comments