Files
openide/python/testData/formatter/indentInNestedCall.py
2013-01-29 20:31:11 +01:00

4 lines
107 B
Python

logging.warn('some_very_{long}_'
'amount_of_{text}'.format(
long='long',
text='text'))