8000 DOC: Revert ref tag change in functions.rst · pllim/cpython@fcc23d8 · GitHub
[go: up one dir, main page]

Skip to content

Commit fcc23d8

Browse files
authored
DOC: Revert ref tag change in functions.rst
from python#103487
1 parent 558f91a commit fcc23d8

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
@@ -147,7 +147,7 @@ are always available. They are listed here in alphabetical order.
147147
or omitted, this returns ``False``; otherwise, it returns ``True``. The
148148
:class:`bool` class is a subclass of :class:`int` (see :ref:`typesnumeric`).
149149
It cannot be subclassed further. Its only instances are ``False`` and
150-
``True`` (see :ref:`typebool`).
150+
``True`` (see :ref:`bltin-boolean-values`).
151151

152152
.. index:: pair: Boolean; type
153153

0 commit comments

Comments
 (0)
0