summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2011-05-01 18:14:49 -0700
committerRaymond Hettinger <python@rcn.com>2011-05-01 18:14:49 -0700
commitec0ecb1afcab0100edbbaf1fd7c936c98f8d2408 (patch)
treeb3ae8d2403f9354be7f6b169c43ce14ddb3279f4
parent17ebbdb73ef6e2b9a15d6f30b4a65b91c836b9e8 (diff)
downloadcpython-git-ec0ecb1afcab0100edbbaf1fd7c936c98f8d2408.tar.gz
Fix spelling.
-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 b4554b5046..741e74ea4e 100644
--- a/Doc/library/stdtypes.rst
+++ b/Doc/library/stdtypes.rst
@@ -460,7 +460,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()