commit | c704378987a8347d628b6c0f4c302ecda6d757d0 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sun May 01 20:24:40 2011 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Sun May 01 20:24:40 2011 -0500 |
tree | f08632b0cd306c99429946b807b7323b9182b3ff | |
parent | 8108e96bc811eeb61594e398848d25cbe9efbffe [diff] | |
parent | 9b2fd32cc555d399e939d440765914fe291647c9 [diff] |
merge 3.1
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 @@ 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()