Merge "Documented default choice"

This commit is contained in:
Jenkins 2017-05-09 17:07:35 +00:00 committed by Gerrit Code Review
commit 3c902a5d38
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ def choice_param(registry, xml_parent, data):
A single selection parameter.
:arg str name: the name of the parameter
:arg list choices: the available choices
:arg list choices: the available choices, first one is the default one.
:arg str description: a description of the parameter (optional)
Example::