]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] Add back bltin-boolean-values ref tag (GH-110371) (#110372)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 4 Oct 2023 20:05:21 +0000 (13:05 -0700)
committerGitHub <noreply@github.com>
Wed, 4 Oct 2023 20:05:21 +0000 (20:05 +0000)
Add back bltin-boolean-values ref tag (GH-110371)

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

Co-authored-by: P. L. Lim <2090236+pllim@users.noreply.github.com>
Doc/library/stdtypes.rst

index 50f566039111828d2ae0543b33776d532c63785b..5e10f6961734054aa75cf305ed6688d04f5b0224 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`