From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 9 Mar 2021 23:43:38 +0000 (-0800) Subject: bpo-43446: Fix markup in sqlite3 footnote (GH-24806) X-Git-Tag: v3.8.9~38 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e89380765df8f0f02c90ad417e164d1597bd0b05;p=thirdparty%2FPython%2Fcpython.git bpo-43446: Fix markup in sqlite3 footnote (GH-24806) (cherry picked from commit 62a03cd490f81c0fb01eaceb31aa8a4c7800ed0e) Co-authored-by: Kamil Turek --- diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst index 0ceaed556bf0..ac13ac49b570 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.