summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-09-13 17:31:08 +0000
committerBenjamin Peterson <benjamin@python.org>2008-09-13 17:31:08 +0000
commitf2a2c796e37f888a254d7e2af8e4bc0dc0899530 (patch)
treec723615f8f717f0739a51207c62694b7f26b1a2e
parent3ce0dee9a3a5bce536ddab38bf233deaaded00e0 (diff)
downloadcpython-git-f2a2c796e37f888a254d7e2af8e4bc0dc0899530.tar.gz
remove duplicate target
-rw-r--r--Doc/tutorial/datastructures.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/tutorial/datastructures.rst b/Doc/tutorial/datastructures.rst
index 931f506ef7..fa71870249 100644
--- a/Doc/tutorial/datastructures.rst
+++ b/Doc/tutorial/datastructures.rst
@@ -345,7 +345,6 @@ of an empty list to the slice). For example::
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:
.. _tut-tuples: