]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-43446: Fix markup in sqlite3 footnote (GH-24806)
authorKamil Turek <kamil.turek@hotmail.com>
Tue, 9 Mar 2021 23:41:41 +0000 (00:41 +0100)
committerGitHub <noreply@github.com>
Tue, 9 Mar 2021 23:41:41 +0000 (01:41 +0200)
Doc/library/sqlite3.rst

index 172ce6c6bb03ba3792496d9097621b215b66923a..1da5c7f3ab187a59ab82c27eecab50357fff18d2 100644 (file)
@@ -1090,5 +1090,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.