%s'%(_named.replace('_',' '))
442 | body = ''
443 | # find same thing in multiple context
444 | if match.get('multi_context'):
445 | # remove duplicate
446 | no_dup = []
447 | for context in match.get('context'):
448 | if context not in no_dup:
449 | body += '
%s
'%(context)
450 | body = body.replace(
451 | context,'