]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add back bltin-boolean-values ref tag (#110371)
authorP. L. Lim <2090236+pllim@users.noreply.github.com>
Wed, 4 Oct 2023 19:56:11 +0000 (15:56 -0400)
committerGitHub <noreply@github.com>
Wed, 4 Oct 2023 19:56:11 +0000 (12:56 -0700)
To avoid breaking downstream intersphinx via numpydoc

Doc/library/stdtypes.rst

index a351559a84f1ce7ffc9fb40fa2c49d790b6b0efe..f45fd561d2bad31eb9495a035010109f65a756b3 100644 (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`