summaryrefslogtreecommitdiffstats
path: root/Doc/library/easydialogs.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-05-30 10:34:25 (GMT)
committerGeorg Brandl <georg@python.org>2009-05-30 10:34:25 (GMT)
commit6da0e6ac5a0aec409cced94f6afbe68d85bee77b (patch)
tree34c312f5ee97fc62d9d8a3a10740cae4bf1a8d38 /Doc/library/easydialogs.rst
parent6a4689887c431f9e56309f2039ca0d713ca83b78 (diff)
downloadcpython-6da0e6ac5a0aec409cced94f6afbe68d85bee77b.zip
cpython-6da0e6ac5a0aec409cced94f6afbe68d85bee77b.tar.gz
cpython-6da0e6ac5a0aec409cced94f6afbe68d85bee77b.tar.bz2
Fix markup problem.
Diffstat (limited to 'Doc/library/easydialogs.rst')
-rw-r--r--Doc/library/easydialogs.rst2
1 files changed, 1 insertions, 1 deletions
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.