mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Typo fix
This commit is contained in:
parent
9d93341489
commit
984b075978
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ while True:
|
||||||
if buffer.lstrip().upper().startswith("SELECT"):
|
if buffer.lstrip().upper().startswith("SELECT"):
|
||||||
print cur.fetchall()
|
print cur.fetchall()
|
||||||
except sqlite3.Error, e:
|
except sqlite3.Error, e:
|
||||||
print "An error occured:", e.args[0]
|
print "An error occurred:", e.args[0]
|
||||||
buffer = ""
|
buffer = ""
|
||||||
|
|
||||||
con.close()
|
con.close()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue