Author: benjamin.peterson Date: Sat Sep 13 19:31:08 2008 New Revision: 66450 Log: remove duplicate target Modified: python/trunk/Doc/tutorial/datastructures.rst Modified: python/trunk/Doc/tutorial/datastructures.rst ============================================================================== --- python/trunk/Doc/tutorial/datastructures.rst (original) +++ python/trunk/Doc/tutorial/datastructures.rst Sat Sep 13 19:31:08 2008 @@ -345,7 +345,6 @@ 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: