From ec0ecb1afcab0100edbbaf1fd7c936c98f8d2408 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Sun, 1 May 2011 18:14:49 -0700 Subject: Fix spelling. --- Doc/library/stdtypes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index b4554b5..741e74e 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() -- cgit v0.12