mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-15 11:10:58 +08:00
Spelling and grammar fixes
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user