From 01b74eb43051c05143b1da603ff150474903d9a0 Mon Sep 17 00:00:00 2001 From: Dan Nixon Date: Thu, 7 May 2015 12:25:42 +0100 Subject: [PATCH] Clean algorithm documentation string Refs #11703 --- .../plugins/algorithms/WorkflowAlgorithms/ResNorm.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Code/Mantid/Framework/PythonInterface/plugins/algorithms/WorkflowAlgorithms/ResNorm.py b/Code/Mantid/Framework/PythonInterface/plugins/algorithms/WorkflowAlgorithms/ResNorm.py index 5e43f4154002..a6a9aa738f54 100644 --- a/Code/Mantid/Framework/PythonInterface/plugins/algorithms/WorkflowAlgorithms/ResNorm.py +++ b/Code/Mantid/Framework/PythonInterface/plugins/algorithms/WorkflowAlgorithms/ResNorm.py @@ -19,10 +19,9 @@ def category(self): def summary(self): - return "This algorithm creates a group 'normalisation' file by taking \ - a resolution file and fitting it to all the groups in the \ - resolution (vanadium) data file which has the same grouping as \ - the sample data of interest." + return """Creates a group normalisation file by taking a resolution file + and fitting it to all the groups in the resolution (vanadium) + reduction.""" def PyInit(self):