Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 749d40a

Browse files
authored
Fix link to sqlite3 enable_shared_cache documentation (GH-24496)
1 parent bdb941b commit 749d40a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.10.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ Deprecated
644644
* The undocumented built-in function ``sqlite3.enable_shared_cache`` is now
645645
deprecated, scheduled for removal in Python 3.12. Its use is strongly
646646
discouraged by the SQLite3 documentation. See `the SQLite3 docs
647-
<https://sqlite.org/c3ref/enable_shared_cache.html/>`_ for more details.
647+
<https://sqlite.org/c3ref/enable_shared_cache.html>`_ for more details.
648648
If shared cache must be used, open the database in URI mode using the
649649
``cache=shared`` query parameter.
650650
(Contributed by Erlend E. Aasland in :issue:`24464`.)

0 commit comments

Comments
 (0)