summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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
commitb79c234e1a09cc1ea143fda75f98b1704d5915b1 (patch)
treea37e70a39eea82db3929edc51607d05f9916d26b
parent9b2fd32cc555d399e939d440765914fe291647c9 (diff)
downloadcpython-git-b79c234e1a09cc1ea143fda75f98b1704d5915b1.tar.gz
Add missing colon
-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 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()