mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Some rewordings in docstring.
This commit is contained in:
parent
34dce9d175
commit
ac9c68b877
1 changed files with 2 additions and 1 deletions
|
|
@ -489,7 +489,8 @@ def prompt_choice(caller, question="", prompts=None, choicefunc=None, force_choo
|
|||
asked, followed by a serie of prompts. Note that this isn't
|
||||
making use of the menu node system.
|
||||
|
||||
questions=
|
||||
caller - the object calling and being offered the choice
|
||||
question - text describing the offered choice
|
||||
prompts - list of choices
|
||||
choicefunc - functions callback to be called as func(self) when
|
||||
make choice (self.caller is available) The function's definision
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue