diff options
author | Georg Brandl <georg@python.org> | 2010-07-26 21:12:13 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-07-26 21:12:13 (GMT) |
commit | f5ae1efd417b06cef5164cac79e2cc46afa6dd80 (patch) | |
tree | 67bad9a215e675aefff19ee8c67768488c2e4c5c | |
parent | f39f62802d5c02f90ce2fac51c277c4a136e1ba2 (diff) | |
download | cpython-f5ae1efd417b06cef5164cac79e2cc46afa6dd80.zip cpython-f5ae1efd417b06cef5164cac79e2cc46afa6dd80.tar.gz cpython-f5ae1efd417b06cef5164cac79e2cc46afa6dd80.tar.bz2 |
Clarify.
-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 34c3fe5..34a79d4 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> |