diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 741e74ea4e2..64496326f77 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -460,8 +460,8 @@ Notes: Additional Methods on Integer Types ----------------------------------- -The int type implements the :class:`numbers.Integral` :term:`abstract base -class`. In addition, it provides one more method +The integer types implement the :class:`numbers.Integral` :term:`abstract base +class`. In addition, they provide one more method: .. method:: int.bit_length() .. method:: long.bit_length()