Commit a08867d8 authored by Georg Brandl's avatar Georg Brandl

Dont shout to users.

parent 3bb5a964
......@@ -405,7 +405,7 @@ This is called, appropriately enough, *sequence unpacking* and works for any
sequence on the right-hand side. Sequence unpacking requires the list of
variables on the left to have the same number of elements as the length of the
sequence. Note that multiple assignment is really just a combination of tuple
packing and sequence unpacking!
packing and sequence unpacking.
.. XXX Add a bit on the difference between tuples and lists.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment