We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07c51c8 commit 3facc1dCopy full SHA for 3facc1d
crates/red_knot_python_semantic/resources/mdtest/attributes.md
@@ -454,7 +454,7 @@ mod.global_symbol = 1
454
# error: [invalid-assignment] "Object of type `Literal[1]` is not assignable to `str`"
455
(_, mod.global_symbol) = (..., 1)
456
457
-# TODO: this should be an error, but we do not understand lists yet.
+# TODO: this should be an error, but we do not understand list unpackings yet.
458
[_, mod.global_symbol] = [1, 2]
459
460
class IntIterator:
0 commit comments