Some cleanup in the docs.

This commit is contained in:
Georg Brandl 2007-12-29 10:57:00 +00:00
parent 28c7bcf38e
commit b19be571e0
126 changed files with 804 additions and 1181 deletions

View file

@ -400,7 +400,7 @@ combination of tuple packing and sequence unpacking!
There is a small bit of asymmetry here: packing multiple values always creates
a tuple, and unpacking works for any sequence.
.. % XXX Add a bit on the difference between tuples and lists.
.. XXX Add a bit on the difference between tuples and lists.
.. _tut-sets: