commit | f5ae1efd417b06cef5164cac79e2cc46afa6dd80 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Mon Jul 26 21:12:13 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Mon Jul 26 21:12:13 2010 +0000 |
tree | 67bad9a215e675aefff19ee8c67768488c2e4c5c | |
parent | f39f62802d5c02f90ce2fac51c277c4a136e1ba2 [diff] [blame] |
Clarify.
diff --git a/Doc/documenting/markup.rst b/Doc/documenting/markup.rst index 34c3fe5..34a79d4 100644 --- a/Doc/documenting/markup.rst +++ b/Doc/documenting/markup.rst
@@ -200,8 +200,8 @@ .. 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>