mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-16 03:50:43 +08:00
Spelling fixes (#112)
This commit is contained in:

committed by
INADA Naoki

parent
2617620e27
commit
db1bb2ccb1
@ -80,7 +80,7 @@ class test_MySQLdb(dbapi20.DatabaseAPI20Test):
|
||||
self.assertRaises(self.driver.Error,cur.fetchone)
|
||||
|
||||
# cursor.fetchone should raise an Error if called after
|
||||
# executing a query that cannnot return rows
|
||||
# executing a query that cannot return rows
|
||||
self.executeDDL1(cur)
|
||||
## self.assertRaises(self.driver.Error,cur.fetchone)
|
||||
|
||||
@ -92,7 +92,7 @@ class test_MySQLdb(dbapi20.DatabaseAPI20Test):
|
||||
self.assertTrue(cur.rowcount in (-1,0))
|
||||
|
||||
# cursor.fetchone should raise an Error if called after
|
||||
# executing a query that cannnot return rows
|
||||
# executing a query that cannot return rows
|
||||
cur.execute("insert into %sbooze values ('Victoria Bitter')" % (
|
||||
self.table_prefix
|
||||
))
|
||||
|
Reference in New Issue
Block a user