]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Doc: fix sqlite3 blob reference anchor (#94505)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Sat, 2 Jul 2022 06:35:48 +0000 (08:35 +0200)
committerGitHub <noreply@github.com>
Sat, 2 Jul 2022 06:35:48 +0000 (08:35 +0200)
Doc/library/sqlite3.rst

index a99485b6ba7bc49e1beb21f878244bde0ff4d865..33dfafd493099a979a82f3537b7b046a42f6a85b 100644 (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