[Python-checkins] bpo-31923: Fix spelling in sqlite3 docs (GH-4227)

Berker Peksag webhook-mailer at python.org
Sat Nov 4 19:11:04 EDT 2017


https://github.com/python/cpython/commit/5c0100aec014b9e0a66884468cbfa3ac01e4bfbb
commit: 5c0100aec014b9e0a66884468cbfa3ac01e4bfbb
branch: 3.6
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: Berker Peksag <berker.peksag at gmail.com>
date: 2017-11-05T02:11:01+03:00
summary:

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

(cherry picked from commit aafece7a9e010075fff4420cfbb16f1ec0342698)

files:
M Doc/includes/sqlite3/load_extension.py

diff --git a/Doc/includes/sqlite3/load_extension.py b/Doc/includes/sqlite3/load_extension.py
index 015aa0de8c4..b997c70668a 100644
--- a/Doc/includes/sqlite3/load_extension.py
+++ b/Doc/includes/sqlite3/load_extension.py
@@ -11,7 +11,7 @@
 # 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



More information about the Python-checkins mailing list