summaryrefslogtreecommitdiff
path: root/Doc/documenting
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-07-26 21:12:13 +0000
committerGeorg Brandl <georg@python.org>2010-07-26 21:12:13 +0000
commitf6d0fab6568c623e668126d14ec3638d25e793c0 (patch)
treedf892f26bf88f4734b6f7536fdce0160ef1faf82 /Doc/documenting
parent2d2397fb7b6560bf325a1798121a07778e62bd83 (diff)
downloadcpython-f6d0fab6568c623e668126d14ec3638d25e793c0.tar.gz
Clarify.
Diffstat (limited to 'Doc/documenting')
-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 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>