diff options
author | Éric Araujo <merwok@netwok.org> | 2011-05-01 00:14:48 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-05-01 00:14:48 (GMT) |
commit | 3bba57d5967b776b9d547fa124eedffd38973238 (patch) | |
tree | 631808c97fdee852d37acb10557fe017d32a212c /Doc | |
parent | 73365dd887e9e4feef6d3fdf3d4b56d2ac1a8e4b (diff) | |
download | cpython-3bba57d5967b776b9d547fa124eedffd38973238.zip cpython-3bba57d5967b776b9d547fa124eedffd38973238.tar.gz cpython-3bba57d5967b776b9d547fa124eedffd38973238.tar.bz2 |
Fix wording
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/documenting/markup.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/documenting/markup.rst b/Doc/documenting/markup.rst index be7718d..a2b9123 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 |