summaryrefslogtreecommitdiffstats
path: root/Doc/documenting/markup.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-07-26 21:12:13 (GMT)
committerGeorg Brandl <georg@python.org>2010-07-26 21:12:13 (GMT)
commitf5ae1efd417b06cef5164cac79e2cc46afa6dd80 (patch)
tree67bad9a215e675aefff19ee8c67768488c2e4c5c /Doc/documenting/markup.rst
parentf39f62802d5c02f90ce2fac51c277c4a136e1ba2 (diff)
downloadcpython-f5ae1efd417b06cef5164cac79e2cc46afa6dd80.zip
cpython-f5ae1efd417b06cef5164cac79e2cc46afa6dd80.tar.gz
cpython-f5ae1efd417b06cef5164cac79e2cc46afa6dd80.tar.bz2
Clarify.
Diffstat (limited to 'Doc/documenting/markup.rst')
-rw-r--r--Doc/documenting/markup.rst4
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>