From 941592aa19c3419a04a253c8897b672fe88cbae3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=89ric=20Araujo?= Date: Mon, 2 May 2011 13:09:36 +0200 Subject: [PATCH] Fix grammar to include both integer types in 2.x --- Doc/library/stdtypes.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 741e74ea4e..64496326f7 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -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() -- 2.40.0