diff options
author | Georg Brandl <georg@python.org> | 2010-07-18 10:11:03 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-07-18 10:11:03 (GMT) |
commit | 02053ee3b9170966707a59c78778319a2fc1b091 (patch) | |
tree | ce35286bd00ab46edcbd07a88650ec4c3dfdbe01 /Doc/documenting | |
parent | 1b3c2620271afef0ae08ef93b44150730ffd9e75 (diff) | |
download | cpython-02053ee3b9170966707a59c78778319a2fc1b091.zip cpython-02053ee3b9170966707a59c78778319a2fc1b091.tar.gz cpython-02053ee3b9170966707a59c78778319a2fc1b091.tar.bz2 |
#9279: remove the pdb.doc file, put its contents in pdb.__doc__. Also sync this and the pdb docs, introduce a new directive for pdb commands and a role to link to them.
Diffstat (limited to 'Doc/documenting')
-rw-r--r-- | Doc/documenting/markup.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/documenting/markup.rst b/Doc/documenting/markup.rst index 6b54c5b..25d1457 100644 --- a/Doc/documenting/markup.rst +++ b/Doc/documenting/markup.rst @@ -503,7 +503,7 @@ in a different style: .. describe:: option A command-line option to an executable program. The leading hyphen(s) must - be included. + be included. If a matching ``cmdoption`` directive exists, it is linked to. .. describe:: program |