Add missing colon

This commit is contained in:
Éric Araujo 2011-05-02 13:10:18 +02:00
parent 9b2fd32cc5
commit b79c234e1a

View file

@ -439,7 +439,7 @@ Additional Methods on Integer Types
-----------------------------------
The int type implements the :class:`numbers.Integral` :term:`abstract base
class`. In addition, it provides one more method
class`. In addition, it provides one more method:
.. method:: int.bit_length()