diff options
author | P. L. Lim <2090236+pllim@users.noreply.github.com> | 2023-10-04 19:56:11 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-04 19:56:11 (GMT) |
commit | f7860295b16a402621e209871c8eaeeea16f464e (patch) | |
tree | f952ac1bac448b2739e4a5294ef93f2f6674a59d | |
parent | ee317f7dddd71f2093f9e4b8431f84cbd636a8a2 (diff) | |
download | cpython-f7860295b16a402621e209871c8eaeeea16f464e.zip cpython-f7860295b16a402621e209871c8eaeeea16f464e.tar.gz cpython-f7860295b16a402621e209871c8eaeeea16f464e.tar.bz2 |
Add back bltin-boolean-values ref tag (#110371)
To avoid breaking downstream intersphinx via numpydoc
-rw-r--r-- | Doc/library/stdtypes.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index a351559..f45fd56 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` |