From: Benjamin Peterson Date: Sat, 13 Sep 2008 17:31:08 +0000 (+0000) Subject: remove duplicate target X-Git-Tag: v2.6rc2~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2a2c796e37f888a254d7e2af8e4bc0dc0899530;p=thirdparty%2FPython%2Fcpython.git remove duplicate target --- diff --git a/Doc/tutorial/datastructures.rst b/Doc/tutorial/datastructures.rst index 931f506ef7ef..fa718702496b 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: