[Python-checkins] Doc: fix sqlite3 blob reference anchor (#94505)

erlend-aasland webhook-mailer at python.org
Sat Jul 2 02:35:52 EDT 2022


https://github.com/python/cpython/commit/cc81962e6975f9b45901efd05a2d156a7864b527
commit: cc81962e6975f9b45901efd05a2d156a7864b527
branch: main
author: Erlend Egeberg Aasland <erlend.aasland at innova.no>
committer: erlend-aasland <erlend.aasland at protonmail.com>
date: 2022-07-02T08:35:48+02:00
summary:

Doc: fix sqlite3 blob reference anchor (#94505)

files:
M Doc/library/sqlite3.rst

diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst
index a99485b6ba7bc..33dfafd493099 100644
--- a/Doc/library/sqlite3.rst
+++ b/Doc/library/sqlite3.rst
@@ -1069,6 +1069,8 @@ Now we plug :class:`Row` in::
    35.14
 
 
+.. _sqlite3-blob-objects:
+
 Blob Objects
 ------------
 
@@ -1211,8 +1213,6 @@ The exception hierarchy is defined by the DB-API 2.0 (:pep:`249`).
    ``NotSupportedError`` is a subclass of :exc:`DatabaseError`.
 
 
-.. _sqlite3-blob-objects:
-
 .. _sqlite3-types:
 
 SQLite and Python types



More information about the Python-checkins mailing list