From: Raymond Hettinger Date: Mon, 2 May 2011 01:14:49 +0000 (-0700) Subject: Fix spelling. X-Git-Tag: v2.7.2rc1~87 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ec0ecb1afcab0100edbbaf1fd7c936c98f8d2408;p=thirdparty%2FPython%2Fcpython.git Fix spelling. --- diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index b4554b50463a..741e74ea4e2f 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -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()