From b258f200447153434d912b7a18ea2207d6c1aa7f Mon Sep 17 00:00:00 2001 From: Petio Petrov Date: Sun, 5 Mar 2017 07:43:41 -0500 Subject: [PATCH] Update dtypes.py --- pandas/types/dtypes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/types/dtypes.py b/pandas/types/dtypes.py index 5b6d7905d4095..43135ba94ab46 100644 --- a/pandas/types/dtypes.py +++ b/pandas/types/dtypes.py @@ -73,7 +73,7 @@ def __ne__(self, other): @classmethod def is_dtype(cls, dtype): - """ 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 we can match (via string or type) """ if hasattr(dtype, 'dtype'):