diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-03-09 23:43:38 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-09 23:43:38 (GMT) |
commit | e89380765df8f0f02c90ad417e164d1597bd0b05 (patch) | |
tree | 1f9864f845b942f1bc0a0d4ebe023b35b8da872e | |
parent | 5ca02c4799c07dba5192f87f9f2378dc24097166 (diff) | |
download | cpython-e89380765df8f0f02c90ad417e164d1597bd0b05.zip cpython-e89380765df8f0f02c90ad417e164d1597bd0b05.tar.gz cpython-e89380765df8f0f02c90ad417e164d1597bd0b05.tar.bz2 |
bpo-43446: Fix markup in sqlite3 footnote (GH-24806)
(cherry picked from commit 62a03cd490f81c0fb01eaceb31aa8a4c7800ed0e)
Co-authored-by: Kamil Turek <kamil.turek@hotmail.com>
-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 0ceaed5..ac13ac4 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. |