mirror of
https://github.com/python/cpython.git
synced 2025-11-04 03:44:55 +00:00
bpo-43446: Fix markup in sqlite3 footnote (GH-24806)
This commit is contained in:
parent
31818e98d3
commit
62a03cd490
1 changed files with 1 additions and 1 deletions
|
|
@ -1090,5 +1090,5 @@ committed:
|
||||||
.. [#f1] The sqlite3 module is not built with loadable extension support by
|
.. [#f1] The sqlite3 module is not built with loadable extension support by
|
||||||
default, because some platforms (notably Mac OS X) have SQLite
|
default, because some platforms (notably Mac OS X) have SQLite
|
||||||
libraries which are compiled without this feature. To get loadable
|
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.
|
configure.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue