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