diff options
Diffstat (limited to 'Doc/library/sqlite3.rst')
-rw-r--r-- | Doc/library/sqlite3.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst index bee32e6..a55fe86 100644 --- a/Doc/library/sqlite3.rst +++ b/Doc/library/sqlite3.rst @@ -547,11 +547,6 @@ Registering an adapter callable The other possibility is to create a function that converts the type to the string representation and register the function with :meth:`register_adapter`. -.. note:: - - The type/class to adapt must be a new-style class, i. e. it must have - :class:`object` as one of its bases. - .. literalinclude:: ../includes/sqlite3/adapter_point_2.py The :mod:`sqlite3` module has two default adapters for Python's built-in |