mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
Doc: fix sqlite3 blob reference anchor (#94505)
This commit is contained in:
parent
3a2e61524f
commit
cc81962e69
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue