mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
bpo-31923: Fix spelling in sqlite3 docs (GH-4227)
This commit is contained in:
parent
12d60560ac
commit
aafece7a9e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue