diff --git a/MySQLdb/constants/FIELD_TYPE.py b/MySQLdb/constants/FIELD_TYPE.py index 8a57b17..2a30764 100644 --- a/MySQLdb/constants/FIELD_TYPE.py +++ b/MySQLdb/constants/FIELD_TYPE.py @@ -2,7 +2,6 @@ These constants represent the various column (field) types that are supported by MySQL. - """ DECIMAL = 0 @@ -34,4 +33,4 @@ STRING = 254 GEOMETRY = 255 CHAR = TINY -INTERVAL = ENUM +INTERVAL = ENUM diff --git a/tests/dbapi20.py b/tests/dbapi20.py index e28d5d1..106ea40 100644 --- a/tests/dbapi20.py +++ b/tests/dbapi20.py @@ -704,7 +704,7 @@ class DatabaseAPI20Test(unittest.TestCase): def help_nextset_setUp(self,cur): ''' Should create a procedure called deleteme that returns two result sets, first the - number of rows in booze then "name from booze" + number of rows in booze then "name from booze" ''' raise NotImplementedError('Helper not implemented') #sql=""" diff --git a/tests/test_MySQLdb_dbapi20.py b/tests/test_MySQLdb_dbapi20.py index 88eaaef..85fc5d5 100644 --- a/tests/test_MySQLdb_dbapi20.py +++ b/tests/test_MySQLdb_dbapi20.py @@ -149,7 +149,7 @@ class test_MySQLdb(dbapi20.DatabaseAPI20Test): def help_nextset_setUp(self,cur): ''' Should create a procedure called deleteme that returns two result sets, first the - number of rows in booze then "name from booze" + number of rows in booze then "name from booze" ''' sql=""" create procedure deleteme()