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

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


http://hg.python.org/cpython/rev/22fb7ff4e6d9
changeset:   69757:22fb7ff4e6d9
branch:      3.1
parent:      69753:cb464f8fb3a1
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
@@ -438,7 +438,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