r70927 - python/trunk/Doc/tutorial/datastructures.rst
Author: georg.brandl Date: Wed Apr 1 01:01:27 2009 New Revision: 70927 Log: Dont shout to users. Modified: python/trunk/Doc/tutorial/datastructures.rst Modified: python/trunk/Doc/tutorial/datastructures.rst ============================================================================== --- python/trunk/Doc/tutorial/datastructures.rst (original) +++ python/trunk/Doc/tutorial/datastructures.rst Wed Apr 1 01:01:27 2009 @@ -405,7 +405,7 @@ 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.
participants (1)
-
georg.brandl