mirror of
https://github.com/python/cpython.git
synced 2026-02-05 09:25:35 +00:00
Dont shout to users.
This commit is contained in:
parent
3bb5a9642b
commit
a08867d8a1
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue