Django

Code

Changeset 5897

Show
Ignore:
Timestamp:
08/15/07 07:29:15 (11 months ago)
Author:
mtredinnick
Message:

Typo fix from [5896].

Files:

Legend:

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

    r5896 r5897  
    8181    PythonPath "['/var/production/django-apps/', '/var/www'] + sys.path" 
    8282 
    83 With this path, ``import weblog`` and ``import mysite.settings`` will all 
     83With this path, ``import weblog`` and ``import mysite.settings`` will both 
    8484work. If you had ``import blogroll`` in your code somewhere and ``blogroll`` 
    8585lived under the ``weblog/`` directory, you would *also* need to add