]> granicus.if.org Git - python/commitdiff
Fix markup problem.
authorGeorg Brandl <georg@python.org>
Sat, 30 May 2009 10:34:25 +0000 (10:34 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 30 May 2009 10:34:25 +0000 (10:34 +0000)
Doc/library/easydialogs.rst

index f672af6e144c57aaf3ed697ceacb83c7eaf24a71..2cea693d39832e19e1e493e76c3e5dc3a22ff684 100644 (file)
@@ -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.