summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKamil Turek <kamil.turek@hotmail.com>2021-03-09 23:41:41 (GMT)
committerGitHub <noreply@github.com>2021-03-09 23:41:41 (GMT)
commit62a03cd490f81c0fb01eaceb31aa8a4c7800ed0e (patch)
treeeb869be9a9a887542a2546d7f8a4611e50a12b23
parent31818e98d3b845d815e9caf2a3d330341bdc1b33 (diff)
downloadcpython-62a03cd490f81c0fb01eaceb31aa8a4c7800ed0e.zip
cpython-62a03cd490f81c0fb01eaceb31aa8a4c7800ed0e.tar.gz
cpython-62a03cd490f81c0fb01eaceb31aa8a4c7800ed0e.tar.bz2
bpo-43446: Fix markup in sqlite3 footnote (GH-24806)
-rw-r--r--Doc/library/sqlite3.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst
index 172ce6c..1da5c7f 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
+ extension support, you must pass ``--enable-loadable-sqlite-extensions`` to
configure.