summaryrefslogtreecommitdiff
path: root/vendor
diff options
context:
space:
mode:
Diffstat (limited to 'vendor')
-rw-r--r--vendor/withsqlite/withsqlite.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/withsqlite/withsqlite.py b/vendor/withsqlite/withsqlite.py
index 40aaa88..45d66c1 100644
--- a/vendor/withsqlite/withsqlite.py
+++ b/vendor/withsqlite/withsqlite.py
@@ -112,7 +112,7 @@ True
def __init__(self, fname, autocommit=False, check_same_thread=False):
self.fname = fname + ".sqlite3"
- self.autocomit = autocommit
+ self.autocommit = autocommit
self.check_same_thread = check_same_thread
def __enter__(self):
if not os.path.exists(self.fname):