Fix spelling.

This commit is contained in:
Raymond Hettinger 2011-05-01 18:14:49 -07:00
parent 17ebbdb73e
commit ec0ecb1afc
1 changed files with 1 additions and 1 deletions

View File

@ -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()