]> granicus.if.org Git - python/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 be7b2dcd651c4ca05e69fbe721825763a0cd5122..9954f9bd195e64e9cc66785e8eb5f2aa6c5815ec 100644 (file)
@@ -438,7 +438,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()