Commit 4376a227 authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by Berker Peksag

bpo-31923: Fix spelling in sqlite3 docs (GH-4227)

(cherry picked from commit aafece7a)
parent fd388194
...@@ -11,7 +11,7 @@ con.execute("select load_extension('./fts3.so')") ...@@ -11,7 +11,7 @@ con.execute("select load_extension('./fts3.so')")
# alternatively you can load the extension using an API call: # alternatively you can load the extension using an API call:
# con.load_extension("./fts3.so") # con.load_extension("./fts3.so")
# disable extension laoding again # disable extension loading again
con.enable_load_extension(False) con.enable_load_extension(False)
# example from SQLite wiki # example from SQLite wiki
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment