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