]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix spelling.
authorRaymond Hettinger <python@rcn.com>
Mon, 2 May 2011 01:14:49 +0000 (18:14 -0700)
committerRaymond Hettinger <python@rcn.com>
Mon, 2 May 2011 01:14:49 +0000 (18:14 -0700)
Doc/library/stdtypes.rst

index b4554b50463a4c68657d93e1c0df5fec38d89641..741e74ea4e2fe3688b64d193c66991a3ed6cdd1a 100644 (file)
@@ -460,7 +460,7 @@ Notes:
 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()