From 36a7d6becd751357bb7a6b5f0401ac1519b5d2d0 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Wed, 4 Oct 2023 13:05:21 -0700 Subject: [PATCH] [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 f7860295b16a402621e209871c8eaeeea16f464e) Co-authored-by: P. L. Lim <2090236+pllim@users.noreply.github.com> --- Doc/library/stdtypes.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 50f56603911..5e10f696173 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -804,6 +804,7 @@ number, :class:`float`, or :class:`complex`:: hash_value = -2 return hash_value +.. _bltin-boolean-values: .. _typebool: Boolean Type - :class:`bool`