Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
resources
/
intentionDescriptions
/
PyConvertTripleQuotedStringIntention
/
after.py.template
blob: af439511d107c2f2e008b9f8d951b0878401407e [
file
] [
log
] [
blame
]
a
=
(
"This line is ok,"
"\n"
"but \"this\" includes far too much"
"\n"
"whitespace at the start"
)