mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 17:56:32 +01:00
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
|
||||
top when viewing this node.
|
||||
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
|
||||
used (or a number)
|
||||
linktexts (list)- A list of texts to describe the links. Must
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue