[1.7.x] Fixed typo in docs/ref/django-admin.txt
Backport of c1552af1fe
from master
This commit is contained in:
parent
299e7718cf
commit
3350531ceb
|
@ -7,7 +7,7 @@ This document outlines all it can do.
|
|||
|
||||
In addition, ``manage.py`` is automatically created in each Django project.
|
||||
``manage.py`` is a thin wrapper around ``django-admin.py`` that takes care of
|
||||
two things for you before delegating to ``django-admin.py``:
|
||||
several things for you before delegating to ``django-admin.py``:
|
||||
|
||||
* It puts your project's package on ``sys.path``.
|
||||
|
||||
|
|
Loading…
Reference in New Issue