Skip to content

Commit 1f9d87e

Browse files
authored
Update builtin_types reflect bool subclass of int (#8346)
Fixes #8069.
1 parent ea3c65c commit 1f9d87e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/builtin_types.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Type Description
88
====================== ===============================
99
``int`` integer
1010
``float`` floating point number
11-
``bool`` boolean value
11+
``bool`` boolean value (subclass of ``int``)
1212
``str`` string (unicode)
1313
``bytes`` 8-bit string
1414
``object`` an arbitrary object (``object`` is the common base class)

0 commit comments

Comments
 (0)