There was an error while loading. Please reload this page.
1 parent fd38819 commit 4376a22Copy full SHA for 4376a22
Doc/includes/sqlite3/load_extension.py
@@ -11,7 +11,7 @@
11
# alternatively you can load the extension using an API call:
12
# con.load_extension("./fts3.so")
13
14
-# disable extension laoding again
+# disable extension loading again
15
con.enable_load_extension(False)
16
17
# example from SQLite wiki
0 commit comments