Expand TABs

This commit is contained in:
Inada Naoki
2018-12-05 18:46:29 +09:00
parent e30deabbc9
commit 3bdcb26832
3 changed files with 3 additions and 4 deletions

View File

@@ -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()