commit | 5d955ed13e4489b229fd31135aaa9280835665be | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat Sep 13 17:18:21 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Sat Sep 13 17:18:21 2008 +0000 |
tree | dbf87d436d01e9a251f011fb5282fd7b95213691 | |
parent | d7b032841aba549f2ec532adcd83829d0126bf40 [diff] [blame] |
Forward-port of r66447.
diff --git a/Doc/tutorial/datastructures.rst b/Doc/tutorial/datastructures.rst index a068efd..e8509eb 100644 --- a/Doc/tutorial/datastructures.rst +++ b/Doc/tutorial/datastructures.rst
@@ -292,6 +292,7 @@ is assigned to it). We'll find other uses for :keyword:`del` later. +.. _tut-tuples: Tuples and Sequences ====================