]> granicus.if.org Git - python/commitdiff
remove duplicate target
authorBenjamin Peterson <benjamin@python.org>
Sat, 13 Sep 2008 17:31:08 +0000 (17:31 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 13 Sep 2008 17:31:08 +0000 (17:31 +0000)
Doc/tutorial/datastructures.rst

index 931f506ef7ef07fbc81de3b5fe54a0aa56dfe8e1..fa718702496b1e0f8d250d76f9f64feb90196a51 100644 (file)
@@ -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: