mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +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"):
|
||||
print cur.fetchall()
|
||||
except sqlite3.Error, e:
|
||||
print "An error occured:", e.args[0]
|
||||
print "An error occurred:", e.args[0]
|
||||
buffer = ""
|
||||
|
||||
con.close()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue