diff options
author | Erlend Egeberg Aasland <erlend.aasland@innova.no> | 2022-07-02 06:35:48 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-02 06:35:48 (GMT) |
commit | cc81962e6975f9b45901efd05a2d156a7864b527 (patch) | |
tree | c72b185bec14bb04962261aa3e31afd88f178f8a /Doc | |
parent | 3a2e61524faf00657c16a321c880e1191cfdad1e (diff) | |
download | cpython-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.rst | 4 |
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 |