]> granicus.if.org Git - python/commitdiff
Fix grammar to include both integer types in 2.x
authorÉric Araujo <merwok@netwok.org>
Mon, 2 May 2011 11:09:36 +0000 (13:09 +0200)
committerÉric Araujo <merwok@netwok.org>
Mon, 2 May 2011 11:09:36 +0000 (13:09 +0200)
Doc/library/stdtypes.rst

index 741e74ea4e2fe3688b64d193c66991a3ed6cdd1a..64496326f770114e4dcfc2930f602a9df4429cbd 100644 (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()