We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1ec1a4 commit 6e137f4Copy full SHA for 6e137f4
pandas/core/dtypes/dtypes.py
@@ -1156,7 +1156,7 @@ def __ne__(self, other: object) -> bool:
1156
@classmethod
1157
def is_dtype(cls, dtype: object) -> bool:
1158
"""
1159
- Return a boolean if we if the passed type is an actual dtype that we
+ Return a boolean if the passed type is an actual dtype that we
1160
can match (via string or type)
1161
1162
if isinstance(dtype, str):
@@ -1436,7 +1436,7 @@ def __setstate__(self, state) -> None:
1436
1437
1438
1439
1440
1441
1442
0 commit comments