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 0729b31 commit 1066ecbCopy full SHA for 1066ecb
Doc/library/functions.rst
@@ -917,7 +917,8 @@ are always available. They are listed here in alphabetical order.
917
Return ``True`` if *class* is a subclass (direct, indirect, or :term:`virtual
918
<abstract base class>`) of *classinfo*. A
919
class is considered a subclass of itself. *classinfo* may be a tuple of class
920
- objects or a :ref:`types-union`, in which case return ``True`` if *class* is a
4D17 + objects (or recursively, other such tuples)
921
+ or a :ref:`types-union`, in which case return ``True`` if *class* is a
922
subclass of any entry in *classinfo*. In any other case, a :exc:`TypeError`
923
exception is raised.
924
0 commit comments