mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
13 lines
362 B
HTML
13 lines
362 B
HTML
<html>
|
|
<body>
|
|
<p>Reports cases when the number of expressions on the right-hand side
|
|
and targets on the left-hand side are not the same.</p>
|
|
<p><b>Example:</b></p>
|
|
<pre><code>
|
|
t = ('red', 'blue', 'green', 'white')
|
|
(c1, c2, c3) = t
|
|
</code></pre>
|
|
<p>As a quick-fix, you can modify the highlighted code fragment to restore the tuple
|
|
balance.</p>
|
|
</body>
|
|
</html> |