Skip to content

Commit

Permalink
Update builtin_types reflect bool subclass of int (#8346)
Browse files Browse the repository at this point in the history
Fixes #8069.
  • Loading branch information
FooTaGe authored Jan 31, 2020
1 parent ea3c65c commit 1f9d87e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/builtin_types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Type Description
====================== ===============================
``int`` integer
``float`` floating point number
``bool`` boolean value
``bool`` boolean value (subclass of ``int``)
``str`` string (unicode)
``bytes`` 8-bit string
``object`` an arbitrary object (``object`` is the common base class)
Expand Down

0 comments on commit 1f9d87e

Please sign in to comment.