]> 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:17 +0000 (15:43 -0800)
committerGitHub <noreply@github.com>
Tue, 9 Mar 2021 23:43:17 +0000 (01:43 +0200)
(cherry picked from commit 62a03cd490f81c0fb01eaceb31aa8a4c7800ed0e)

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

index 600e85944f3a0a11006b27446885fef2da19ec59..8e935c32abef81aceb735e076b43f17f5901d986 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.