From 0616341e31ad13329707f934df79d27f0fc39407 Mon Sep 17 00:00:00 2001 From: tanhengyeow Date: Sun, 8 Jul 2018 11:35:34 +0800 Subject: [PATCH] Fix typo of function description in helpers.py Corrected the typo of function description in convert_mapping_to_xml. Change-Id: I368196e21ada21c6fdbac29a9f3141d0b719e872 --- jenkins_jobs/modules/helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins_jobs/modules/helpers.py b/jenkins_jobs/modules/helpers.py index 7c003b1d0..7e652618b 100644 --- a/jenkins_jobs/modules/helpers.py +++ b/jenkins_jobs/modules/helpers.py @@ -601,7 +601,7 @@ def convert_mapping_to_xml(parent, data, mapping, fail_required=True): If fail_required is False parameter is treated as optional. Logic will skip configuring the XML tag for the parameter. We recommend for new plugins to set fail_required=True and instead of optional parameters provide a default - value for all paramters that are not required instead. + value for all parameters that are not required instead. valid_options provides a way to check if the value the user input is from a list of available options. When the user pass a value that is not supported