Fix typo in menusystem.py.
This commit is contained in:
parent
030e252f36
commit
7037ac2e5f
1 changed files with 1 additions and 1 deletions
|
|
@ -281,7 +281,7 @@ class MenuNode(object):
|
||||||
text (str, optional): The text that will be displayed at
|
text (str, optional): The text that will be displayed at
|
||||||
top when viewing this node.
|
top when viewing this node.
|
||||||
Kwargs:
|
Kwargs:
|
||||||
links (list): A liist of keys for unique menunodes this is connected to.
|
links (list): A list of keys for unique menunodes this is connected to.
|
||||||
The actual keys will not printed - keywords will be
|
The actual keys will not printed - keywords will be
|
||||||
used (or a number)
|
used (or a number)
|
||||||
linktexts (list)- A list of texts to describe the links. Must
|
linktexts (list)- A list of texts to describe the links. Must
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue