mirror of
https://github.com/python/cpython.git
synced 2025-09-28 19:25:27 +00:00
bpo-31923: Fix spelling in sqlite3 docs (GH-4227)
(cherry picked from commit aafece7a9e
)
This commit is contained in:
parent
f9387469e8
commit
5c0100aec0
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:
|
||||
# con.load_extension("./fts3.so")
|
||||
|
||||
# disable extension laoding again
|
||||
# disable extension loading again
|
||||
con.enable_load_extension(False)
|
||||
|
||||
# example from SQLite wiki
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue