Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update sqlite3.rst
Keep original lines
  • Loading branch information
greatvovan authored Jan 5, 2021
commit 9a04f5249bdd1e75f8aa8faebe1fcac7e8c62684
4 changes: 2 additions & 2 deletions Doc/library/sqlite3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1091,7 +1091,7 @@ 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, your Python must be compiled with
libraries which are compiled without this feature. To get loadable
extension support, your Python must be compiled with
``-–enable-loadable-sqlite-extensions`` option which is passed to
`configure <https://github.com/python/cpython#build-instructions>`_ script.