From 9b2fd32cc555d399e939d440765914fe291647c9 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Sun, 1 May 2011 18:14:49 -0700 Subject: [PATCH] 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 be7b2dcd651..9954f9bd195 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()