[Python-checkins] cpython (2.7): Fix spelling.

raymond.hettinger python-checkins at python.org
Mon May 2 03:14:57 CEST 2011


http://hg.python.org/cpython/rev/7eba783fff91
changeset:   69756:7eba783fff91
branch:      2.7
parent:      69750:5b315145e525
user:        Raymond Hettinger <python at rcn.com>
date:        Sun May 01 18:14:49 2011 -0700
summary:
  Fix spelling.

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
@@ -460,7 +460,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