Skip to content

Commit 62a03cd

Browse files
authored
bpo-43446: Fix markup in sqlite3 footnote (GH-24806)
1 parent 31818e9 commit 62a03cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/sqlite3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1090,5 +1090,5 @@ committed:
10901090
.. [#f1] The sqlite3 module is not built with loadable extension support by
10911091
default, because some platforms (notably Mac OS X) have SQLite
10921092
libraries which are compiled without this feature. To get loadable
1093-
extension support, you must pass --enable-loadable-sqlite-extensions to
1093+
extension support, you must pass ``--enable-loadable-sqlite-extensions`` to
10941094
configure.

0 commit comments

Comments
 (0)