mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
bpo-44135: [docs] Fix inline markup (GH-28095)
This commit is contained in:
parent
888d4cc06b
commit
9a7ec2fcde
1 changed files with 1 additions and 1 deletions
|
@ -916,7 +916,7 @@ are always available. They are listed here in alphabetical order.
|
||||||
Return ``True`` if *class* is a subclass (direct, indirect, or :term:`virtual
|
Return ``True`` if *class* is a subclass (direct, indirect, or :term:`virtual
|
||||||
<abstract base class>`) of *classinfo*. A
|
<abstract base class>`) of *classinfo*. A
|
||||||
class is considered a subclass of itself. *classinfo* may be a tuple of class
|
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 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`
|
subclass of any entry in *classinfo*. In any other case, a :exc:`TypeError`
|
||||||
exception is raised.
|
exception is raised.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue