We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f45d18 commit 567493fCopy full SHA for 567493f
Doc/includes/sqlite3/ctx_manager.py
@@ -8,7 +8,7 @@
8
con.execute("insert into person(firstname) values (?)", ("Joe",))
9
10
# con.rollback() is called after the with block finishes with an exception, the
11
-# exception is still raised and must be catched
+# exception is still raised and must be caught
12
try:
13
with con:
14
0 commit comments