diff options
author | Raymond Hettinger <python@rcn.com> | 2011-05-01 18:14:49 -0700 |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2011-05-01 18:14:49 -0700 |
commit | ec0ecb1afcab0100edbbaf1fd7c936c98f8d2408 (patch) | |
tree | b3ae8d2403f9354be7f6b169c43ce14ddb3279f4 | |
parent | 17ebbdb73ef6e2b9a15d6f30b4a65b91c836b9e8 (diff) | |
download | cpython-git-ec0ecb1afcab0100edbbaf1fd7c936c98f8d2408.tar.gz |
Fix spelling.
-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 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() |