Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
resources
/
intentionDescriptions
/
PyConvertTripleQuotedStringIntention
/
after.py.template
blob: af439511d107c2f2e008b9f8d951b0878401407e [
file
] [
log
] [
blame
]
Tor Norbye
3a2425a
2013-11-04 10:16:08 -0800
[
diff
] [
blame^
]
1
a
=
(
"This line is ok,"
"\n"
2
"but \"this\" includes far too much"
"\n"
3
"whitespace at the start"
)