From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 9 Mar 2021 23:43:17 +0000 (-0800) Subject: bpo-43446: Fix markup in sqlite3 footnote (GH-24806) X-Git-Tag: v3.9.3~53 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=da602560a4816c88dcf4d75b3e4eea56c8d3bbc2;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 600e85944f3a..8e935c32abef 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.