Thanks to visit codestin.com Credit goes to github.com
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.
2 parents b6f019a + 567493f commit 9bf59aaCopy full SHA for 9bf59aa
1 file changed
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