[Python-checkins] Fix link to sqlite3 enable_shared_cache documentation (GH-24496)

berkerpeksag webhook-mailer at python.org
Wed Feb 10 12:56:23 EST 2021


https://github.com/python/cpython/commit/749d40a53f8bbb9bb9d4eda345e54e3b3be7b459
commit: 749d40a53f8bbb9bb9d4eda345e54e3b3be7b459
branch: master
author: Tom Forbes <tom at tomforb.es>
committer: berkerpeksag <berker.peksag at gmail.com>
date: 2021-02-10T19:56:16+02:00
summary:

Fix link to sqlite3 enable_shared_cache documentation (GH-24496)

files:
M Doc/whatsnew/3.10.rst

diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst
index 96892ba3d37e1..ed2fd0eb0dda6 100644
--- a/Doc/whatsnew/3.10.rst
+++ b/Doc/whatsnew/3.10.rst
@@ -644,7 +644,7 @@ Deprecated
 * The undocumented built-in function ``sqlite3.enable_shared_cache`` is now
   deprecated, scheduled for removal in Python 3.12.  Its use is strongly
   discouraged by the SQLite3 documentation.  See `the SQLite3 docs
-  <https://sqlite.org/c3ref/enable_shared_cache.html/>`_ for more details.
+  <https://sqlite.org/c3ref/enable_shared_cache.html>`_ for more details.
   If shared cache must be used, open the database in URI mode using the
   ``cache=shared`` query parameter.
   (Contributed by Erlend E. Aasland in :issue:`24464`.)



More information about the Python-checkins mailing list