diff options
| author | Éric Araujo <merwok@netwok.org> | 2011-05-02 13:10:18 +0200 |
|---|---|---|
| committer | Éric Araujo <merwok@netwok.org> | 2011-05-02 13:10:18 +0200 |
| commit | b79c234e1a09cc1ea143fda75f98b1704d5915b1 (patch) | |
| tree | a37e70a39eea82db3929edc51607d05f9916d26b | |
| parent | 9b2fd32cc555d399e939d440765914fe291647c9 (diff) | |
| download | cpython-git-b79c234e1a09cc1ea143fda75f98b1704d5915b1.tar.gz | |
Add missing colon
| -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 9954f9bd19..7621eef4ae 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() |
