From cc81962e6975f9b45901efd05a2d156a7864b527 Mon Sep 17 00:00:00 2001 From: Erlend Egeberg Aasland Date: Sat, 2 Jul 2022 08:35:48 +0200 Subject: [PATCH] Doc: fix sqlite3 blob reference anchor (#94505) --- Doc/library/sqlite3.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst index a99485b6ba7..33dfafd4930 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