Skip to content

Commit 9a7ec2f

Browse files
bpo-44135: [docs] Fix inline markup (GH-28095)
1 parent 888d4cc commit 9a7ec2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/functions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,7 @@ are always available. They are listed here in alphabetical order.
916916
Return ``True`` if *class* is a subclass (direct, indirect, or :term:`virtual
917917
<abstract base class>`) of *classinfo*. A
918918
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
919+
objects or a :ref:`types-union`, in which case return ``True`` if *class* is a
920920
subclass of any entry in *classinfo*. In any other case, a :exc:`TypeError`
921921
exception is raised.
922922

0 commit comments

Comments
 (0)