summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial/datastructures.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-09-13 17:18:21 (GMT)
committerGeorg Brandl <georg@python.org>2008-09-13 17:18:21 (GMT)
commit5d955ed13e4489b229fd31135aaa9280835665be (patch)
treedbf87d436d01e9a251f011fb5282fd7b95213691 /Doc/tutorial/datastructures.rst
parentd7b032841aba549f2ec532adcd83829d0126bf40 (diff)
downloadcpython-5d955ed13e4489b229fd31135aaa9280835665be.zip
cpython-5d955ed13e4489b229fd31135aaa9280835665be.tar.gz
cpython-5d955ed13e4489b229fd31135aaa9280835665be.tar.bz2
Forward-port of r66447.
Diffstat (limited to 'Doc/tutorial/datastructures.rst')
-rw-r--r--Doc/tutorial/datastructures.rst1
1 files changed, 1 insertions, 0 deletions
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 @@ Referencing the name ``a`` hereafter is an error (at least until another value
is assigned to it). We'll find other uses for :keyword:`del` later.
+.. _tut-tuples:
Tuples and Sequences
====================