From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 4 Oct 2023 20:05:21 +0000 (-0700) Subject: [3.12] Add back bltin-boolean-values ref tag (GH-110371) (#110372) X-Git-Tag: v3.12.1~376 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=36a7d6becd751357bb7a6b5f0401ac1519b5d2d0;p=thirdparty%2FPython%2Fcpython.git [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> --- diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 50f566039111..5e10f6961734 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`