From: Éric Araujo Date: Mon, 2 May 2011 11:10:18 +0000 (+0200) Subject: Add missing colon X-Git-Tag: v3.2.1b1~34^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b79c234e1a09cc1ea143fda75f98b1704d5915b1;p=thirdparty%2FPython%2Fcpython.git Add missing colon --- diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 9954f9bd195e..7621eef4ae96 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()