summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Thurman <thomas.thurman@hds.com>2013-04-23 16:10:25 +0100
committerSimon Charette <charette.s@gmail.com>2013-04-23 23:15:08 -0400
commitda89c7bbc0ad1a2e06caabf9e25acc700a43c37f (patch)
treeeb30120f78ae521381487642575428c25a06f0c9
parent6bb8df0a982bb394f2cf33cfc9d9d71589515801 (diff)
[1.5.x] Fixed #20307 -- Word repeated in tutorial.
Replaced "the the" in the tutorial with "the". Backport of f17aa99 from master.
-rw-r--r--docs/intro/tutorial06.txt2
1 files changed, 1 insertions, 1 deletions
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.