summaryrefslogtreecommitdiffstats
path: root/Doc/library/sqlite3.rst
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2021-04-12 21:27:35 (GMT)
committerGitHub <noreply@github.com>2021-04-12 21:27:35 (GMT)
commit85918e4ab6e9410008aef6dedf000d24b3e120ea (patch)
treee4c282aec978ebb45778dbd3897978aa42f4cea7 /Doc/library/sqlite3.rst
parent20ac34772aa9805ccbf082e700f2b033291ff5d2 (diff)
downloadcpython-85918e4ab6e9410008aef6dedf000d24b3e120ea.zip
cpython-85918e4ab6e9410008aef6dedf000d24b3e120ea.tar.gz
cpython-85918e4ab6e9410008aef6dedf000d24b3e120ea.tar.bz2
bpo-43774: Add more links to configure options (GH-25363)
Diffstat (limited to 'Doc/library/sqlite3.rst')
-rw-r--r--Doc/library/sqlite3.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst
index 1da5c7f..aee58a4 100644
--- a/Doc/library/sqlite3.rst
+++ b/Doc/library/sqlite3.rst
@@ -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
- configure.
+ extension support, you must pass the
+ :option:`--enable-loadable-sqlite-extensions` option to configure.