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

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


http://hg.python.org/cpython/rev/513f6dfd3173
changeset:   69759:513f6dfd3173
parent:      69755:d578fdc9b157
parent:      69758:db31b4297ddc
user:        Benjamin Peterson <benjamin at python.org>
date:        Sun May 01 20:24:59 2011 -0500
summary:
  merge 3.2

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