]> granicus.if.org Git - python/commitdiff
Dont shout to users.
authorGeorg Brandl <georg@python.org>
Tue, 31 Mar 2009 23:01:27 +0000 (23:01 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 31 Mar 2009 23:01:27 +0000 (23:01 +0000)
Doc/tutorial/datastructures.rst

index ec62fad33b59bba5719fba0a2b2ae8699c156726..a56fd2b042af9c7ca8c79ef5539ca8451807abdd 100644 (file)
@@ -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.