[Python-checkins] cpython (3.1): Add missing colon

eric.araujo python-checkins at python.org
Mon May 2 13:34:22 CEST 2011


http://hg.python.org/cpython/rev/4dabb605c50c
changeset:   69761:4dabb605c50c
branch:      3.1
parent:      69757:22fb7ff4e6d9
user:        Éric Araujo <merwok at netwok.org>
date:        Mon May 02 13:10:18 2011 +0200
summary:
  Add missing colon

files:
  Doc/library/stdtypes.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst
--- a/Doc/library/stdtypes.rst
+++ b/Doc/library/stdtypes.rst
@@ -439,7 +439,7 @@
 -----------------------------------
 
 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()
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list