0
0
mirror of https://github.com/python/cpython.git synced 2024-11-22 05:26:10 +01:00

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

To avoid breaking downstream intersphinx via numpydoc
This commit is contained in:
P. L. Lim 2023-10-04 15:56:11 -04:00 committed by GitHub
parent ee317f7ddd
commit f7860295b1
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
return hash_value
.. _bltin-boolean-values:
.. _typebool:
Boolean Type - :class:`bool`