Doc: fix sqlite3 blob reference anchor (#94505)

This commit is contained in:
Erlend Egeberg Aasland 2022-07-02 08:35:48 +02:00 committed by GitHub
parent 3a2e61524f
commit cc81962e69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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