diff options
author | Georg Brandl <georg@python.org> | 2010-07-26 21:12:13 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-07-26 21:12:13 +0000 |
commit | f6d0fab6568c623e668126d14ec3638d25e793c0 (patch) | |
tree | df892f26bf88f4734b6f7536fdce0160ef1faf82 /Doc/documenting | |
parent | 2d2397fb7b6560bf325a1798121a07778e62bd83 (diff) | |
download | cpython-f6d0fab6568c623e668126d14ec3638d25e793c0.tar.gz |
Clarify.
Diffstat (limited to 'Doc/documenting')
-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 34c3fe5904..34a79d4372 100644 --- a/Doc/documenting/markup.rst +++ b/Doc/documenting/markup.rst @@ -200,8 +200,8 @@ The directives are: .. describe:: cmdoption - Describes a command line option or switch. Option argument names should be - enclosed in angle brackets. Example:: + Describes a Python command line option or switch. Option argument names + should be enclosed in angle brackets. Example:: .. cmdoption:: -m <module> |