We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84bbeae commit f4a03d9Copy full SHA for f4a03d9
pandas/types/dtypes.py
@@ -73,7 +73,7 @@ def __ne__(self, other):
73
74
@classmethod
75
def is_dtype(cls, dtype):
76
- """ Return a boolean if we if the passed type is an actual dtype that
+ """ Return a boolean if the passed type is an actual dtype that
77
we can match (via string or type)
78
"""
79
if hasattr(dtype, 'dtype'):
0 commit comments