Fix grammar to include both integer types in 2.x

This commit is contained in:
Éric Araujo 2011-05-02 13:09:36 +02:00
parent ec0ecb1afc
commit 941592aa19
1 changed files with 2 additions and 2 deletions

View File

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