bpo-44135: [docs] Fix inline markup (GH-28095)

This commit is contained in:
Ken Jin 2021-09-01 00:01:17 +08:00 committed by GitHub
parent 888d4cc06b
commit 9a7ec2fcde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.