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
This commit is contained in:
Adrian Holovaty 2005-11-13 16:14:14 +00:00
parent 3273c981f8
commit b40952b0a1
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ the ``media`` subdirectory and any URL that ends with ``.jpg``, ``.gif`` or
<LocationMatch "\.(jpg|gif|png)$"> <LocationMatch "\.(jpg|gif|png)$">
SetHandler None SetHandler None
</Location> </LocationMatch>
.. _lighttpd: http://www.lighttpd.net/ .. _lighttpd: http://www.lighttpd.net/