8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31e35be commit a48d31fCopy full SHA for a48d31f
Doc/library/functions.rst
@@ -913,7 +913,8 @@ are always available. They are listed here in alphabetical order.
913
Return ``True`` if *class* is a subclass (direct, indirect, or :term:`virtual
914
<abstract base class>`) of *classinfo*. A
915
class is considered a subclass of itself. *classinfo* may be a tuple of class
916
- objects or a :ref:`types-union`, in which case return ``True`` if *class* is a
+ objects (or recursively, other such tuples)
917
+ or a :ref:`types-union`, in which case return ``True`` if *class* is a
918
subclass of any entry in *classinfo*. In any other case, a :exc:`TypeError`
919
exception is raised.
920
0 commit comments