Skip to content

Commit

Permalink
changed group name of example script
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed Apr 17, 2014
1 parent 5c19713 commit f97e234
Showing 1 changed file with 3 additions and 3 deletions.
@@ -1,4 +1,4 @@
##[3liz]=group
##[Example scripts]=group
##Batch string replace via regex dictionnary=name
##input=string John has a blue car.
##ignore_case=boolean True
Expand Down Expand Up @@ -34,7 +34,7 @@
r = re.compile(k, reOption)
output = r.sub(v, output)
else:
progress.setText('ERROR - Replace dict does not represent a dictionnary. String not changed !' )
progress.setText('ERROR - Replace dict does not represent a dictionary. String not changed!' )

if verbose:
progress.setText('OUTPUT = \n%s\n' % output)
progress.setText('OUTPUT = \n%s\n' % output)

0 comments on commit f97e234

Please sign in to comment.