diff options
author | Raymond Hettinger <python@rcn.com> | 2011-05-02 01:14:49 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2011-05-02 01:14:49 (GMT) |
commit | 9b2fd32cc555d399e939d440765914fe291647c9 (patch) | |
tree | d66f1a3b5c114cc607b216db8b62b5163d64f505 /Doc | |
parent | a6cd0cf0f5530f1e96114927b2824f6dc61f1bbd (diff) | |
download | cpython-9b2fd32cc555d399e939d440765914fe291647c9.zip cpython-9b2fd32cc555d399e939d440765914fe291647c9.tar.gz cpython-9b2fd32cc555d399e939d440765914fe291647c9.tar.bz2 |
Fix spelling.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/stdtypes.rst | 2 |
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() |