diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-05-02 01:24:59 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-05-02 01:24:59 (GMT) |
commit | 0255973af68e03697921ec862abd811fc08dfd6d (patch) | |
tree | a02fa7b73444ccb088226f7a0c7d1f354889feab /Doc/library | |
parent | fadeeffe5b7184c5406ee64e46550bc90395e8f7 (diff) | |
parent | c704378987a8347d628b6c0f4c302ecda6d757d0 (diff) | |
download | cpython-0255973af68e03697921ec862abd811fc08dfd6d.zip cpython-0255973af68e03697921ec862abd811fc08dfd6d.tar.gz cpython-0255973af68e03697921ec862abd811fc08dfd6d.tar.bz2 |
merge 3.2
Diffstat (limited to 'Doc/library')
-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 af594ec..8df7e26 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -439,7 +439,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() |