Skip to content

Commit

Permalink
[3.10] pythongh-94622: Add more references to the sqlite3 types anchor (
Browse files Browse the repository at this point in the history
pythonGH-94623). (python#94679)

(cherry picked from commit e5b841a)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
  • Loading branch information
erlend-aasland authored Jul 8, 2022
1 parent 797745e commit 691d26a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Doc/library/sqlite3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -433,8 +433,8 @@ Connection Objects
SQLite 3.8.3 or higher, :exc:`NotSupportedError` will be raised if used
with older versions.

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

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

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

Example:

Expand Down

0 comments on commit 691d26a

Please sign in to comment.