summaryrefslogtreecommitdiff
path: root/docs/modpython.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-11-13 16:14:14 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-11-13 16:14:14 +0000
commitb40952b0a106a035b21505e41d936c54b2ce73cf (patch)
tree1d025521c7e401c17cc4a26ece0db67ccda86f98 /docs/modpython.txt
parent3273c981f8d370ce6ccc6cbd8a20fea4f9d64de0 (diff)
Fixed #780 -- Fixed typo in docs/modpython.txt. Thanks, jhernandez
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1214 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/modpython.txt')
-rw-r--r--docs/modpython.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modpython.txt b/docs/modpython.txt
index 734998c9da..c444a292ef 100644
--- a/docs/modpython.txt
+++ b/docs/modpython.txt
@@ -149,7 +149,7 @@ the ``media`` subdirectory and any URL that ends with ``.jpg``, ``.gif`` or
<LocationMatch "\.(jpg|gif|png)$">
SetHandler None
- </Location>
+ </LocationMatch>
.. _lighttpd: http://www.lighttpd.net/