summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2011-05-02 01:14:49 (GMT)
committerRaymond Hettinger <python@rcn.com>2011-05-02 01:14:49 (GMT)
commit9b2fd32cc555d399e939d440765914fe291647c9 (patch)
treed66f1a3b5c114cc607b216db8b62b5163d64f505 /Doc
parenta6cd0cf0f5530f1e96114927b2824f6dc61f1bbd (diff)
downloadcpython-9b2fd32cc555d399e939d440765914fe291647c9.zip
cpython-9b2fd32cc555d399e939d440765914fe291647c9.tar.gz
cpython-9b2fd32cc555d399e939d440765914fe291647c9.tar.bz2
Fix spelling.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/stdtypes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst
index be7b2dc..9954f9b 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()