8000 bpo-31923: Fix spelling in sqlite3 docs (GH-4227) · python/cpython@aafece7 · GitHub
[go: up one dir, main page]

Skip to content

Commit aafece7

Browse files
wybiralberkerpeksag
authored andcommitted
bpo-31923: Fix spelling in sqlite3 docs (GH-4227)
1 parent 12d6056 commit aafece7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/includes/sqlite3/load_extension.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# alternatively you can load the extension using an API call:
1212
# con.load_extension("./fts3.so")
1313

14-
# disable ext 4D95 ension laoding again
14+
# disable extension loading again
1515
con.enable_load_extension(False)
1616

1717
# example from SQLite wiki

0 commit comments

Comments
 (0)
0