mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
11 lines
235 B
HTML
11 lines
235 B
HTML
<html>
|
|
<body>
|
|
<p>Reports assignments to a tuple item.</p>
|
|
<p><b>Example:</b></p>
|
|
<pre><code>
|
|
t = ('red', 'blue', 'green', 'white')
|
|
t[3] = 'black'
|
|
</code></pre>
|
|
<p>A quick-fix offers to replace the tuple with a list.</p>
|
|
</body>
|
|
</html> |