bpo-43446: Fix markup in sqlite3 footnote (GH-24806)

This commit is contained in:
Kamil Turek 2021-03-10 00:41:41 +01:00 committed by GitHub
parent 31818e98d3
commit 62a03cd490
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.