commit | 6e7d0ba309757421905f4df4ca4f752680c1df53 | [log] [tgz] |
---|---|---|
author | Éric Araujo <merwok@netwok.org> | Fri Aug 19 00:39:57 2011 +0200 |
committer | Éric Araujo <merwok@netwok.org> | Fri Aug 19 00:39:57 2011 +0200 |
tree | 2a883e777bcc0cb3fc7390e88f8c0c0f45231374 | |
parent | 0519b09936d1ec0ea0f339e733ba454905c3f543 [diff] [blame] |
Add missing reST target for one section of this file
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 @@ :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 -----------