From: Raymond Hettinger Date: Mon, 2 May 2011 01:14:49 +0000 (-0700) Subject: Fix spelling. X-Git-Tag: v3.2.1b1~35^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9b2fd32cc555d399e939d440765914fe291647c9;p=thirdparty%2FPython%2Fcpython.git Fix spelling. --- diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index be7b2dcd651c..9954f9bd195e 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -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()