diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 394281462ded59..cb862968970825 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -917,7 +917,8 @@ are always available. They are listed here in alphabetical order. Return ``True`` if *class* is a subclass (direct, indirect, or :term:`virtual `) of *classinfo*. A class is considered a subclass of itself. *classinfo* may be a tuple of class - objects or a :ref:`types-union`, in which case return ``True`` if *class* is a + objects (or recursively, other such tuples) + or a :ref:`types-union`, in which case return ``True`` if *class* is a subclass of any entry in *classinfo*. In any other case, a :exc:`TypeError` exception is raised.