commit | a7395038812b4c24f108c9f90b2b9db90c7f237e | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Oct 21 12:15:05 2007 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Oct 21 12:15:05 2007 +0000 |
tree | 87af05b836ab8f910dfc00c2c33c7e282e6cd28e | |
parent | e7a0990113873e5f0cc5cac203f47a8dcbda9848 [diff] [blame] |
Add :term:s for "new-style class".
diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst index 029b8ba..b84de76 100644 --- a/Doc/library/sqlite3.rst +++ b/Doc/library/sqlite3.rst
@@ -549,7 +549,7 @@ .. note:: - The type/class to adapt must be a new-style class, i. e. it must have + The type/class to adapt must be a :term:`new-style class`, i. e. it must have :class:`object` as one of its bases. .. literalinclude:: ../includes/sqlite3/adapter_point_2.py