diff options
author | Éric Araujo <merwok@netwok.org> | 2011-05-02 11:10:18 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-05-02 11:10:18 (GMT) |
commit | b79c234e1a09cc1ea143fda75f98b1704d5915b1 (patch) | |
tree | a37e70a39eea82db3929edc51607d05f9916d26b /Doc | |
parent | 9b2fd32cc555d399e939d440765914fe291647c9 (diff) | |
download | cpython-b79c234e1a09cc1ea143fda75f98b1704d5915b1.zip cpython-b79c234e1a09cc1ea143fda75f98b1704d5915b1.tar.gz cpython-b79c234e1a09cc1ea143fda75f98b1704d5915b1.tar.bz2 |
Add missing colon
Diffstat (limited to 'Doc')
-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 9954f9b..7621eef 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:`abstract base -class`. In addition, it provides one more method +class`. In addition, it provides one more method: .. method:: int.bit_length() |