bpo-31923: Fix spelling in sqlite3 docs (GH-4227) · python/cpython@5c0100a (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 5c0100a
authored and
committed
(cherry picked from commit aafece7)
File tree
1 file changed
lines changed
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -11,7 +11,7 @@ | ||
11 | 11 | # alternatively you can load the extension using an API call: |
12 | 12 | # con.load_extension("./fts3.so") |
13 | 13 | |
14 | -# disable extension laoding again | |
14 | +# disable extension loading again | |
15 | 15 | con.enable_load_extension(False) |
16 | 16 | |
17 | 17 | # example from SQLite wiki |