diff options
author | Éric Araujo <merwok@netwok.org> | 2011-08-18 22:39:57 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-08-18 22:39:57 (GMT) |
commit | 6e7d0ba309757421905f4df4ca4f752680c1df53 (patch) | |
tree | 2a883e777bcc0cb3fc7390e88f8c0c0f45231374 /Doc/library/cmd.rst | |
parent | 0519b09936d1ec0ea0f339e733ba454905c3f543 (diff) | |
download | cpython-6e7d0ba309757421905f4df4ca4f752680c1df53.zip cpython-6e7d0ba309757421905f4df4ca4f752680c1df53.tar.gz cpython-6e7d0ba309757421905f4df4ca4f752680c1df53.tar.bz2 |
Add missing reST target for one section of this file
Diffstat (limited to 'Doc/library/cmd.rst')
-rw-r--r-- | Doc/library/cmd.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/cmd.rst b/Doc/library/cmd.rst index e9a049f..30f1726 100644 --- a/Doc/library/cmd.rst +++ b/Doc/library/cmd.rst @@ -205,6 +205,9 @@ Instances of :class:`Cmd` subclasses have some public instance variables: :mod:`readline`, on systems that support it, the interpreter will automatically support :program:`Emacs`\ -like line editing and command-history keystrokes.) + +.. _cmd-example: + Cmd Example ----------- |