Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

DOC: Reuse old bltin-boolean-values ref tag #110371

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Oct 4, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
DOC: Revert ref tag change in functions.rst
from #103487
  • Loading branch information
pllim authored Oct 4, 2023
commit fcc23d874b9f77182f0f2b1334e7bbe3d98d55d8
2 changes: 1 addition & 1 deletion 2 Doc/library/functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ are always available. They are listed here in alphabetical order.
or omitted, this returns ``False``; otherwise, it returns ``True``. The
:class:`bool` class is a subclass of :class:`int` (see :ref:`typesnumeric`).
It cannot be subclassed further. Its only instances are ``False`` and
``True`` (see :ref:`typebool`).
``True`` (see :ref:`bltin-boolean-values`).

.. index:: pair: Boolean; type

Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.