commit | b19be571e09263239ef29c92eee06dbb30186685 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat Dec 29 10:57:00 2007 +0000 |
committer | Georg Brandl <georg@python.org> | Sat Dec 29 10:57:00 2007 +0000 |
tree | 9c8a5439b14ce34cfaa0e4e164483b0f8690aa42 | |
parent | 28c7bcf38e1e69a9091cbba90b982331428ddbe6 [diff] [blame] |
Some cleanup in the docs.
diff --git a/Doc/tutorial/datastructures.rst b/Doc/tutorial/datastructures.rst index c243fe3..9f3320f 100644 --- a/Doc/tutorial/datastructures.rst +++ b/Doc/tutorial/datastructures.rst
@@ -400,7 +400,7 @@ 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: