Skip to content

Commit 691d26a

Browse files
[3.10] gh-94622: Add more references to the sqlite3 types anchor (GH-94623). (#94679)
(cherry picked from commit e5b841a) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
1 parent 797745e commit 691d26a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Doc/library/sqlite3.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -433,8 +433,8 @@ Connection Objects
433433
SQLite 3.8.3 or higher, :exc:`NotSupportedError` will be raised if used
434434
with older versions.
435435

436-
The function can return any of the types supported by SQLite: bytes, str, int,
437-
float and ``None``.
436+
The function can return any of
437+
:ref:`the types natively supported by SQLite <sqlite3-types>`.
438438

439439
.. versionchanged:: 3.8
440440
The *deterministic* parameter was added.
@@ -453,8 +453,8 @@ Connection Objects
453453
any number of arguments), and a ``finalize`` method which will return the
454454
final result of the aggregate.
455455

456-
The ``finalize`` method can return any of the types supported by SQLite:
457-
bytes, str, int, float and ``None``.
456+
The ``finalize`` method can return any of
457+
:ref:`the types natively supported by SQLite <sqlite3-types>`.
458458

459459
Example:
460460

0 commit comments

Comments
 (0)