From 616b7564ef9ce1ae581c8d376c706af2505ab871 Mon Sep 17 00:00:00 2001 From: Peter Sprygada Date: Fri, 26 Feb 2016 11:07:25 -0500 Subject: [PATCH] fixes issue with return docstring This commit fixes an issue with the return doc string. The old line was removed that would prevent the docs form being built correctly --- network/openswitch/ops_template.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/network/openswitch/ops_template.py b/network/openswitch/ops_template.py index c5eb97f79cc..dba1d46a552 100644 --- a/network/openswitch/ops_template.py +++ b/network/openswitch/ops_template.py @@ -119,8 +119,7 @@ tasks: RETURN = """ updates: - description: The list of configuration updates to be merged The format - of the return is 'key: new_value (old_value)' + description: The list of configuration updates to be merged retured: always type: list sample: ["System.hostname: ops01 (switch)"]