From 3ed14e986439bb31130ea2a066fb8d1bd9f5fc4e Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Mon, 25 Jun 2018 16:17:56 +0100 Subject: [PATCH] doc: Fix instrument `update_output` method description --- .../developer_guide/writing_plugins.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/developer_information/developer_guide/writing_plugins.rst b/doc/source/developer_information/developer_guide/writing_plugins.rst index 811a5738..584865d3 100644 --- a/doc/source/developer_information/developer_guide/writing_plugins.rst +++ b/doc/source/developer_information/developer_guide/writing_plugins.rst @@ -492,9 +492,9 @@ below should be implemented: :update_output(context): - It is invoked after the workload updated its result. - update_result is where the taken measures are added to the result so it - can be processed by Workload Automation. + This method is invoked after the workload updated its result and + where the taken measures should be added to the result so it can be + processed by WA. :teardown(context):