diff options
author | Kamil Turek <kamil.turek@hotmail.com> | 2021-03-09 23:41:41 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-09 23:41:41 (GMT) |
commit | 62a03cd490f81c0fb01eaceb31aa8a4c7800ed0e (patch) | |
tree | eb869be9a9a887542a2546d7f8a4611e50a12b23 | |
parent | 31818e98d3b845d815e9caf2a3d330341bdc1b33 (diff) | |
download | cpython-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.rst | 2 |
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. |