http://docs.python.org/2/library/stdtypes.html#string-formatting-operations



 " my string %(1)s %(1)s " % {'1': 'dup'}

,