summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-05-02 01:24:40 (GMT)
committerBenjamin Peterson <benjamin@python.org>2011-05-02 01:24:40 (GMT)
commitc704378987a8347d628b6c0f4c302ecda6d757d0 (patch)
treef08632b0cd306c99429946b807b7323b9182b3ff
parent8108e96bc811eeb61594e398848d25cbe9efbffe (diff)
parent9b2fd32cc555d399e939d440765914fe291647c9 (diff)
downloadcpython-c704378987a8347d628b6c0f4c302ecda6d757d0.zip
cpython-c704378987a8347d628b6c0f4c302ecda6d757d0.tar.gz
cpython-c704378987a8347d628b6c0f4c302ecda6d757d0.tar.bz2
merge 3.1
-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 5bb128b..b01dcdc 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()