[Python-checkins] cpython (2.7): Fix grammar to include both integer types in 2.x

eric.araujo python-checkins at python.org
Mon May 2 13:39:30 CEST 2011


http://hg.python.org/cpython/rev/d7cd797842c0
changeset:   69773:d7cd797842c0
branch:      2.7
parent:      69756:7eba783fff91
user:        Éric Araujo <merwok at netwok.org>
date:        Mon May 02 13:09:36 2011 +0200
summary:
  Fix grammar to include both integer types in 2.x

files:
  Doc/library/stdtypes.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst
--- a/Doc/library/stdtypes.rst
+++ b/Doc/library/stdtypes.rst
@@ -460,8 +460,8 @@
 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()

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list