diff --git a/docs/source/builtin_types.rst b/docs/source/builtin_types.rst index b7ee556f15c1..3b26006d3112 100644 --- a/docs/source/builtin_types.rst +++ b/docs/source/builtin_types.rst @@ -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)