From: Erlend Egeberg Aasland Date: Sat, 2 Jul 2022 06:35:48 +0000 (+0200) Subject: Doc: fix sqlite3 blob reference anchor (#94505) X-Git-Tag: v3.12.0a1~1041 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc81962e6975f9b45901efd05a2d156a7864b527;p=thirdparty%2FPython%2Fcpython.git Doc: fix sqlite3 blob reference anchor (#94505) --- diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst index a99485b6ba7b..33dfafd49309 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