From a7b8fd83377215d3a869b67780a1ec1e6cdb987b Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Wed, 13 Jan 2016 15:16:18 +0100 Subject: [PATCH] Improved documentation --- script/tests/templates/testTemplate.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/tests/templates/testTemplate.py b/script/tests/templates/testTemplate.py index 2fdee18..0c216aa 100644 --- a/script/tests/templates/testTemplate.py +++ b/script/tests/templates/testTemplate.py @@ -25,8 +25,8 @@ def startTest(testName, DEVICE, params): ######### WRITE YOUR CODE HERE BELOW ############# """ - All the code in this section # WRITE YOUR CODE HERE BELOW # can be modified/deleted. - It must be indented to the same level as this comment + All the code in this section # WRITE YOUR CODE HERE BELOW # is just an example and can be modified/deleted. + It must be indented to the same level as this comment. ----------------------------------- GETTING INPUTS: -----------------------------------