diff options
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 |
commit | 941592aa19c3419a04a253c8897b672fe88cbae3 (patch) | |
tree | a7b77654d2749538b570df6f38348ffdef0d7c4a | |
parent | ec0ecb1afcab0100edbbaf1fd7c936c98f8d2408 (diff) | |
download | cpython-git-941592aa19c3419a04a253c8897b672fe88cbae3.tar.gz |
Fix grammar to include both integer types in 2.x
-rw-r--r-- | Doc/library/stdtypes.rst | 4 |
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() |