summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorErlend Egeberg Aasland <erlend.aasland@innova.no>2022-07-02 06:35:48 (GMT)
committerGitHub <noreply@github.com>2022-07-02 06:35:48 (GMT)
commitcc81962e6975f9b45901efd05a2d156a7864b527 (patch)
treec72b185bec14bb04962261aa3e31afd88f178f8a /Doc
parent3a2e61524faf00657c16a321c880e1191cfdad1e (diff)
downloadcpython-cc81962e6975f9b45901efd05a2d156a7864b527.zip
cpython-cc81962e6975f9b45901efd05a2d156a7864b527.tar.gz
cpython-cc81962e6975f9b45901efd05a2d156a7864b527.tar.bz2
Doc: fix sqlite3 blob reference anchor (#94505)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/sqlite3.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst
index a99485b..33dfafd 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