summaryrefslogtreecommitdiff
path: root/python/testData/intentions/PyConvertFormatOperatorToMethodIntentionTest/concatenated.py
blob: 9ba6589ffc3730c8b1e7a93a473c95825036b16f (plain)
1
2
print('<caret>%(quantity)s pounds of '
      '%(type)s' % dict(quantity=42, type='spam'))