Skip to content

Commit

Permalink
Clean algorithm documentation string
Browse files Browse the repository at this point in the history
Refs #11703
  • Loading branch information
DanNixon committed May 7, 2015
1 parent fda0956 commit 01b74eb
Showing 1 changed file with 3 additions and 4 deletions.
Expand Up @@ -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):
Expand Down

0 comments on commit 01b74eb

Please sign in to comment.