From a08867d8a147201cd10f580e87b126e034770428 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 31 Mar 2009 23:01:27 +0000 Subject: Dont shout to users. --- Doc/tutorial/datastructures.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/tutorial/datastructures.rst b/Doc/tutorial/datastructures.rst index ec62fad..a56fd2b 100644 --- a/Doc/tutorial/datastructures.rst +++ b/Doc/tutorial/datastructures.rst @@ -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. -- cgit v0.12