Django

Code

Changeset 1903

Show
Ignore:
Timestamp:
01/10/06 22:56:24 (3 years ago)
Author:
adrian
Message:

Fixed typo in docs/django-admin.txt

Files:

Legend:

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

    r1901 r1903  
    1313In addition, ``manage.py`` is automatically created in each Django project. 
    1414``manage.py`` is a thin wrapper around ``django-admin.py`` that takes care of 
    15 two things for you before delegating to ``django-admin.py``:: 
     15two things for you before delegating to ``django-admin.py``: 
    1616 
    1717    * It puts your project's package on ``sys.path``.