Skip to content

Commit cc81962

Browse files
author
Erlend Egeberg Aasland
authored
Doc: fix sqlite3 blob reference anchor (#94505)
1 parent 3a2e615 commit cc81962

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/sqlite3.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1069,6 +1069,8 @@ Now we plug :class:`Row` in::
10691069
35.14
10701070

10711071

1072+
.. _sqlite3-blob-objects:
1073+
10721074
Blob Objects
10731075
------------
10741076

@@ -1211,8 +1213,6 @@ The exception hierarchy is defined by the DB-API 2.0 (:pep:`249`).
12111213
``NotSupportedError`` is a subclass of :exc:`DatabaseError`.
12121214

12131215

1214-
.. _sqlite3-blob-objects:
1215-
12161216
.. _sqlite3-types:
12171217

12181218
SQLite and Python types

0 commit comments

Comments
 (0)