mirror of https://github.com/python/cpython.git
Fix markup problem.
This commit is contained in:
parent
6a4689887c
commit
6da0e6ac5a
|
@ -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)``,
|
*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
|
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.
|
that a trailing ``':'`` or ``'='`` (if present) will be trimmed off.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue