]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-43446: Fix markup in sqlite3 footnote (GH-24806)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 9 Mar 2021 23:43:38 +0000 (15:43 -0800)
committerGitHub <noreply@github.com>
Tue, 9 Mar 2021 23:43:38 +0000 (01:43 +0200)
(cherry picked from commit 62a03cd490f81c0fb01eaceb31aa8a4c7800ed0e)

Co-authored-by: Kamil Turek <kamil.turek@hotmail.com>
Doc/library/sqlite3.rst

index 0ceaed556bf0b1d9b90e545f98a3443527a72095..ac13ac49b570d2c1bf08053fee811ed51bdfe350 100644 (file)
@@ -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.