[3.12] Add back bltin-boolean-values ref tag (GH-110371) (#110372)

Add back bltin-boolean-values ref tag (GH-110371)

To avoid breaking downstream intersphinx via numpydoc
(cherry picked from commit f7860295b1)

Co-authored-by: P. L. Lim <2090236+pllim@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2023-10-04 13:05:21 -07:00 committed by GitHub
parent e658413e55
commit 36a7d6becd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -804,6 +804,7 @@ number, :class:`float`, or :class:`complex`::
hash_value = -2 hash_value = -2
return hash_value return hash_value
.. _bltin-boolean-values:
.. _typebool: .. _typebool:
Boolean Type - :class:`bool` Boolean Type - :class:`bool`