mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
12 lines
329 B
HTML
12 lines
329 B
HTML
<html>
|
|
<body>
|
|
<p>Reports backslashes in places where line continuation is implicit inside <code>()</code>,
|
|
<code>[]</code>, and <code>{}</code>.</p>
|
|
<p><b>Example:</b></p>
|
|
<pre><code>
|
|
a = ('first', \
|
|
'second', 'third')
|
|
</code></pre>
|
|
<p>When the quick-fix is applied, the redundant backslash is deleted.</p>
|
|
</body>
|
|
</html> |