[Python-checkins] cpython (3.1): Fix wording

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


http://hg.python.org/cpython/rev/961c4b893e63
changeset:   69760:961c4b893e63
branch:      3.1
parent:      69699:cd68b3031f00
user:        Éric Araujo <merwok at netwok.org>
date:        Sun May 01 02:14:48 2011 +0200
summary:
  Fix wording

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


diff --git a/Doc/documenting/markup.rst b/Doc/documenting/markup.rst
--- a/Doc/documenting/markup.rst
+++ b/Doc/documenting/markup.rst
@@ -208,8 +208,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:: opcode
 

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


More information about the Python-checkins mailing list