summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-05-02 01:24:59 (GMT)
committerBenjamin Peterson <benjamin@python.org>2011-05-02 01:24:59 (GMT)
commit0255973af68e03697921ec862abd811fc08dfd6d (patch)
treea02fa7b73444ccb088226f7a0c7d1f354889feab /Doc/library
parentfadeeffe5b7184c5406ee64e46550bc90395e8f7 (diff)
parentc704378987a8347d628b6c0f4c302ecda6d757d0 (diff)
downloadcpython-0255973af68e03697921ec862abd811fc08dfd6d.zip
cpython-0255973af68e03697921ec862abd811fc08dfd6d.tar.gz
cpython-0255973af68e03697921ec862abd811fc08dfd6d.tar.bz2
merge 3.2
Diffstat (limited to 'Doc/library')
-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 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()