Skip to content
Prev Previous commit
Next Next commit
Update Doc/library/sqlite3.rst
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
  • Loading branch information
Erlend Egeberg Aasland and ezio-melotti authored Aug 4, 2022
commit 7a25c11115d5c6914047bfcd48f769809a0cdc12
2 changes: 1 addition & 1 deletion Doc/library/sqlite3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ Module functions
SQLite type.
The adapter is called with a Python object of type *type* as its sole
argument, and must return a value of a
:ref:`type that SQLite natively understands<sqlite3-types>`.
:ref:`type that SQLite natively understands <sqlite3-types>`.

.. function:: register_converter(typename, converter, /)

Expand Down