summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2009-09-13 06:31:04 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2009-09-13 06:31:04 +0000
commit9908d7649f552f0d92455344328665c29c5a556a (patch)
treeb9e0e3aeb36c336d13bd5bbfd8034932bb24c587 /docs
parent1fde94041496fe5e02d5a723eaf02b3839fdd949 (diff)
[1.1.X] Fixed #11780 -- Corrected a typo in the static file serving docs.
Merge of r11535 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@11557 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/howto/static-files.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/static-files.txt b/docs/howto/static-files.txt
index 43062bebb6..9e6511a743 100644
--- a/docs/howto/static-files.txt
+++ b/docs/howto/static-files.txt
@@ -126,7 +126,7 @@ Here's the default ``static/directory_index.html`` template:
listings. The template that was loaded had to be called
``static/directory_listing`` (with no ``.html`` extension). For backwards
compatibility with earlier versions, Django will still load templates with
- the older (no extension) name, but it will prefer a the
+ the older (no extension) name, but it will prefer the
``directory_index.html`` version.
Limiting use to DEBUG=True