summaryrefslogtreecommitdiff
path: root/python/testData/intentions/PyConvertFormatOperatorToMethodIntentionTest/concatenated_after.py
blob: 804f15ca373d8c96648993283135f356ea5bc106 (plain)
1
2
print('{quantity:s} pounds of '
      '{type:s}'.format(quantity=42, type='spam'))