We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a2e615 commit cc81962Copy full SHA for cc81962
Doc/library/sqlite3.rst
@@ -1069,6 +1069,8 @@ Now we plug :class:`Row` in::
1069
35.14
1070
1071
1072
+.. _sqlite3-blob-objects:
1073
+
1074
Blob Objects
1075
------------
1076
@@ -1211,8 +1213,6 @@ The exception hierarchy is defined by the DB-API 2.0 (:pep:`249`).
1211
1213
``NotSupportedError`` is a subclass of :exc:`DatabaseError`.
1212
1214
1215
-.. _sqlite3-blob-objects:
-
1216
.. _sqlite3-types:
1217
1218
SQLite and Python types
0 commit comments