Files
openide/python/testData/intentions/PyStringConcatenationToFormatIntentionTest/augmentAssignment_after.py
2013-10-04 19:35:51 +04:00

3 lines
73 B
Python

header = "header"
value = "value"
result += "%s : %s\n" % (header, value)