]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-44135: [docs] Fix inline markup (GH-28095)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 31 Aug 2021 16:25:08 +0000 (09:25 -0700)
committerGitHub <noreply@github.com>
Tue, 31 Aug 2021 16:25:08 +0000 (09:25 -0700)
(cherry picked from commit 9a7ec2fcdee2da9e080ca459d4c240776df72567)

Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Doc/library/functions.rst

index fef6c6292f95c705c6459e127b7b7ff18fd06064..9629acec2bc720c5ef33bbcd8ed0db6f8e78e016 100644 (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
    <abstract base class>`) of *classinfo*.  A
    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`
    exception is raised.