Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9bf59aa

Browse files
committed
merge with 3.2
2 parents b6f019a + 567493f commit 9bf59aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/includes/sqlite3/ctx_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
con.execute("insert into person(firstname) values (?)", ("Joe",))
99

1010
# con.rollback() is called after the with block finishes with an exception, the
11-
# exception is still raised and must be catched
11+
# exception is still raised and must be caught
1212
try:
1313
with con:
1414
con.execute("insert into person(firstname) values (?)", ("Joe",))

0 commit comments

Comments
 (0)