[Python-checkins] cpython (merge 3.1 -> 3.2): merge 3.1

benjamin.peterson python-checkins at python.org
Mon May 2 03:22:50 CEST 2011


http://hg.python.org/cpython/rev/db31b4297ddc
changeset:   69758:db31b4297ddc
branch:      3.2
parent:      69754:e9d298376dde
parent:      69757:22fb7ff4e6d9
user:        Benjamin Peterson <benjamin at python.org>
date:        Sun May 01 20:24:40 2011 -0500
summary:
  merge 3.1

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


diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst
--- a/Doc/library/stdtypes.rst
+++ b/Doc/library/stdtypes.rst
@@ -439,7 +439,7 @@
 Additional Methods on Integer Types
 -----------------------------------
 
-The int type implements the :class:`numbers.Integral` :term:`abstact base
+The int type implements the :class:`numbers.Integral` :term:`abstract base
 class`. In addition, it provides one more method
 
 .. method:: int.bit_length()

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


More information about the Python-checkins mailing list