Django

Code

Changeset 4958

Show
Ignore:
Timestamp:
04/08/07 20:06:09 (1 year ago)
Author:
adrian
Message:

Fixed #3935 -- Fixed typo in docs/modpython.txt. Thanks, alexis@smirnov.ca

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/modpython.txt

    r4957 r4958  
    161161particular part of the site:: 
    162162 
    163     <Location "/media/"> 
     163    <Location "/media"> 
    164164        SetHandler None 
    165165    </Location> 
     
    178178    </Location> 
    179179 
    180     <Location "media"> 
     180    <Location "/media"> 
    181181        SetHandler None 
    182182    </Location>