[1.7.x] Fixed typo in docs/ref/django-admin.txt

Backport of c1552af1fe from master
This commit is contained in:
Richard Olsson 2014-11-25 06:20:46 +01:00 committed by Tim Graham
parent 299e7718cf
commit 3350531ceb
1 changed files with 1 additions and 1 deletions

View File

@ -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``.