Skip to content

Commit 388aab9

Browse files
petioptrvAnkurDedania
authored andcommitted
Update dtypes.py (pandas-dev#15577)
1 parent 45a9bf6 commit 388aab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/types/dtypes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def __ne__(self, other):
7373

7474
@classmethod
7575
def is_dtype(cls, dtype):
76-
""" Return a boolean if we if the passed type is an actual dtype that
76+
""" Return a boolean if the passed type is an actual dtype that
7777
we can match (via string or type)
7878
"""
7979
if hasattr(dtype, 'dtype'):

0 commit comments

Comments
 (0)