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

3 lines
80 B
Python

header = "header"
value = "value"
result += header<caret> + " : " + value + "\n"