We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 558f91a commit fcc23d8Copy full SHA for fcc23d8
Doc/library/functions.rst
@@ -147,7 +147,7 @@ are always available. They are listed here in alphabetical order.
147
or omitted, this returns ``False``; otherwise, it returns ``True``. The
148
:class:`bool` class is a subclass of :class:`int` (see :ref:`typesnumeric`).
149
It cannot be subclassed further. Its only instances are ``False`` and
150
- ``True`` (see :ref:`typebool`).
+ ``True`` (see :ref:`bltin-boolean-values`).
151
152
.. index:: pair: Boolean; type
153
0 commit comments