From 3bba57d5967b776b9d547fa124eedffd38973238 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Araujo?= Date: Sun, 1 May 2011 02:14:48 +0200 Subject: [PATCH 1/2] Fix wording --- Doc/documenting/markup.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/documenting/markup.rst b/Doc/documenting/markup.rst index be7718d82e3..a2b91238a9d 100644 --- a/Doc/documenting/markup.rst +++ b/Doc/documenting/markup.rst @@ -208,8 +208,8 @@ The directives are: Describes an object method. The parameters should not include the ``self`` parameter. The description should include similar information to that - described for ``function``. This method should be nested in a class - method, like in the example above. + described for ``function``. This directive should be nested in a class + directive, like in the example above. .. describe:: opcode From b79c234e1a09cc1ea143fda75f98b1704d5915b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Araujo?= Date: Mon, 2 May 2011 13:10:18 +0200 Subject: [PATCH 2/2] Add missing colon --- Doc/library/stdtypes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 9954f9bd195..7621eef4ae9 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()