]> granicus.if.org Git - python/commitdiff
Add missing colon
authorÉric Araujo <merwok@netwok.org>
Mon, 2 May 2011 11:10:18 +0000 (13:10 +0200)
committerÉric Araujo <merwok@netwok.org>
Mon, 2 May 2011 11:10:18 +0000 (13:10 +0200)
Doc/library/stdtypes.rst

index 9954f9bd195e64e9cc66785e8eb5f2aa6c5815ec..7621eef4ae9605915af314b32d1fa703e62d3a56 100644 (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()