merge 3.2

This commit is contained in:
Benjamin Peterson 2011-05-01 20:24:59 -05:00
commit 0255973af6
1 changed files with 1 additions and 1 deletions

View File

@ -439,7 +439,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()