Files
openide/python/resources/intentionDescriptions/PyConvertTripleQuotedStringIntention/after.py.template
T

3 lines
105 B
Plaintext

a = ("This line is ok," "\n"
"but \"this\" includes far too much" "\n"
"whitespace at the start")