We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdb941b commit 749d40aCopy full SHA for 749d40a
Doc/whatsnew/3.10.rst
@@ -644,7 +644,7 @@ Deprecated
644
* The undocumented built-in function ``sqlite3.enable_shared_cache`` is now
645
deprecated, scheduled for removal in Python 3.12. Its use is strongly
646
discouraged by the SQLite3 documentation. See `the SQLite3 docs
647
- <https://sqlite.org/c3ref/enable_shared_cache.html/>`_ for more details.
+ <https://sqlite.org/c3ref/enable_shared_cache.html>`_ for more details.
648
If shared cache must be used, open the database in URI mode using the
649
``cache=shared`` query parameter.
650
(Contributed by Erlend E. Aasland in :issue:`24464`.)
0 commit comments