Skip to content

Commit

Permalink
Doc: fix sqlite3 blob reference anchor (#94505)
Browse files Browse the repository at this point in the history
  • Loading branch information
Erlend Egeberg Aasland authored Jul 2, 2022
1 parent 3a2e615 commit cc81962
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/library/sqlite3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1069,6 +1069,8 @@ Now we plug :class:`Row` in::
35.14


.. _sqlite3-blob-objects:

Blob Objects
------------

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit cc81962

Please sign in to comment.