From: P. L. Lim <2090236+pllim@users.noreply.github.com> Date: Wed, 4 Oct 2023 19:56:11 +0000 (-0400) Subject: Add back bltin-boolean-values ref tag (#110371) X-Git-Tag: v3.13.0a1~138 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f7860295b16a402621e209871c8eaeeea16f464e;p=thirdparty%2FPython%2Fcpython.git Add back bltin-boolean-values ref tag (#110371) To avoid breaking downstream intersphinx via numpydoc --- diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index a351559a84f1..f45fd561d2ba 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`