From 6da0e6ac5a0aec409cced94f6afbe68d85bee77b Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 30 May 2009 10:34:25 +0000 Subject: Fix markup problem. --- Doc/library/easydialogs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/easydialogs.rst b/Doc/library/easydialogs.rst index f672af6..2cea693 100644 --- a/Doc/library/easydialogs.rst +++ b/Doc/library/easydialogs.rst @@ -100,7 +100,7 @@ The :mod:`EasyDialogs` module defines the following functions: +----------------------+------------------------------------------+ *commandlist* is a list of items of the form *cmdstr* or ``(cmdstr, descr)``, - where *descr* is as above. The *cmdstr*s will appear in a popup menu. When + where *descr* is as above. The *cmdstr*\ s will appear in a popup menu. When chosen, the text of *cmdstr* will be appended to the command line as is, except that a trailing ``':'`` or ``'='`` (if present) will be trimmed off. -- cgit v0.12