From ac9c68b8774f770d5134109ca8b03be486a6c41f Mon Sep 17 00:00:00 2001 From: Griatch Date: Wed, 17 Dec 2014 00:53:31 +0100 Subject: [PATCH] Some rewordings in docstring. --- contrib/menusystem.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/menusystem.py b/contrib/menusystem.py index d48690206a..70f79ea064 100644 --- a/contrib/menusystem.py +++ b/contrib/menusystem.py @@ -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