From f17aa998be1f197004ac5d708cc7bcc0c3362bf0 Mon Sep 17 00:00:00 2001
From: Thomas Thurman <thomas.thurman@hds.com>
Date: Tue, 23 Apr 2013 16:10:25 +0100
Subject: [PATCH] Fixed #20307 -- Word repeated in tutorial.

Replaced "the the" in the tutorial with "the".
---
 docs/intro/tutorial06.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/intro/tutorial06.txt b/docs/intro/tutorial06.txt
index 6b3d0f35e2..d5db3ae232 100644
--- a/docs/intro/tutorial06.txt
+++ b/docs/intro/tutorial06.txt
@@ -108,7 +108,7 @@ loaded in the bottom right of the screen.
 
 These are the **basics**. For more details on settings and other bits included
 with the framework see
-:doc:`the static files howto </howto/static-files/index>` and the
+:doc:`the static files howto </howto/static-files/index>` and
 :doc:`the staticfiles reference </ref/contrib/staticfiles>`. :doc:`Deploying
 static files </howto/static-files/deployment>` discusses how to use static
 files on a real server.