aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--Doc/library/stdtypes.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst
index a351559a84f..f45fd561d2b 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`