summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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)
commitb79c234e1a09cc1ea143fda75f98b1704d5915b1 (patch)
treea37e70a39eea82db3929edc51607d05f9916d26b
parent9b2fd32cc555d399e939d440765914fe291647c9 (diff)
downloadcpython-b79c234e1a09cc1ea143fda75f98b1704d5915b1.zip
cpython-b79c234e1a09cc1ea143fda75f98b1704d5915b1.tar.gz
cpython-b79c234e1a09cc1ea143fda75f98b1704d5915b1.tar.bz2
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 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()