[Python-checkins] cpython (merge 3.2 -> default): Merge 3.2

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


http://hg.python.org/cpython/rev/92f563a14076
changeset:   69764:92f563a14076
parent:      69759:513f6dfd3173
parent:      69763:b1f28a2d6d33
user:        Éric Araujo <merwok at netwok.org>
date:        Mon May 02 13:33:14 2011 +0200
summary:
  Merge 3.2

files:
  Doc/documenting/markup.rst |  4 ++--
  Doc/library/stdtypes.rst   |  2 +-
  2 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/Doc/documenting/markup.rst b/Doc/documenting/markup.rst
--- a/Doc/documenting/markup.rst
+++ b/Doc/documenting/markup.rst
@@ -239,8 +239,8 @@
 
    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:: decoratormethod
 
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst
--- a/Doc/library/stdtypes.rst
+++ b/Doc/library/stdtypes.rst
@@ -440,7 +440,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