From 6e7d0ba309757421905f4df4ca4f752680c1df53 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=89ric=20Araujo?= Date: Fri, 19 Aug 2011 00:39:57 +0200 Subject: [PATCH] Add missing reST target for one section of this file --- Doc/library/cmd.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Doc/library/cmd.rst b/Doc/library/cmd.rst index e9a049fd8ab1..30f17262b649 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 ----------- -- 2.47.3