summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-05-02 13:09:36 +0200
committerÉric Araujo <merwok@netwok.org>2011-05-02 13:09:36 +0200
commit6931238449f37bfc92fd2e500573487d707829ba (patch)
treee4a7abad18e41b35f3f5aac2321f7b61611de525 /Doc
parentcc62384410ac794e5be29a692f6f669a9daa58d6 (diff)
downloadcpython-6931238449f37bfc92fd2e500573487d707829ba.tar.gz
Fix grammar to include both integer types in 2.x
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/stdtypes.rst4
1 files 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()