Spelling and grammar fixes

This commit is contained in:
Ville Skyttä
2018-05-15 22:04:10 +02:00
parent cddc375bbe
commit 07f4739d97
4 changed files with 4 additions and 4 deletions

View File

@ -35,7 +35,7 @@ class test_MySQLdb(dbapi20.DatabaseAPI20Test):
cur.execute(sql)
# cursor.fetchall should raise an Error if called
# after executing a a statement that cannot return rows
# after executing a statement that cannot return rows
#self.assertRaises(self.driver.Error,cur.fetchall)
cur.execute('select name from %sbooze' % self.table_prefix)