[Python-checkins] bpo-43446: Fix markup in sqlite3 footnote (GH-24806)

berkerpeksag webhook-mailer at python.org
Tue Mar 9 18:43:26 EST 2021


https://github.com/python/cpython/commit/da602560a4816c88dcf4d75b3e4eea56c8d3bbc2
commit: da602560a4816c88dcf4d75b3e4eea56c8d3bbc2
branch: 3.9
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: berkerpeksag <berker.peksag at gmail.com>
date: 2021-03-10T01:43:17+02:00
summary:

bpo-43446: Fix markup in sqlite3 footnote (GH-24806)

(cherry picked from commit 62a03cd490f81c0fb01eaceb31aa8a4c7800ed0e)

Co-authored-by: Kamil Turek <kamil.turek at hotmail.com>

files:
M Doc/library/sqlite3.rst

diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst
index 600e85944f3a0..8e935c32abef8 100644
--- a/Doc/library/sqlite3.rst
+++ b/Doc/library/sqlite3.rst
@@ -1094,5 +1094,5 @@ committed:
 .. [#f1] The sqlite3 module is not built with loadable extension support by
    default, because some platforms (notably Mac OS X) have SQLite
    libraries which are compiled without this feature. To get loadable
-   extension support, you must pass --enable-loadable-sqlite-extensions to
+   extension support, you must pass ``--enable-loadable-sqlite-extensions`` to
    configure.



More information about the Python-checkins mailing list