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 9ab2b48 commit 5f66ad0Copy full SHA for 5f66ad0
Doc/library/functions.rst
@@ -862,8 +862,8 @@ are always available. They are listed here in alphabetical order.
862
Return ``True`` if *class* is a subclass (direct, indirect or :term:`virtual
863
<abstract base class>`) of *classinfo*. A
864
class is considered a subclass of itself. *classinfo* may be a tuple of class
865
- objects, in which case every entry in *classinfo* will be checked. In any other
866
- case, a :exc:`TypeError` exception is raised.
+ objects, 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.
867
868
869
.. function:: iter(object[, sentinel])
0 commit comments