Fixed typo in docs/ref/django-admin.txt

This commit is contained in:
Richard Olsson 2014-11-25 06:20:46 +01:00 committed by Tim Graham
parent e22c64dfc0
commit c1552af1fe
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,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`` that takes care of
two things for you before delegating to ``django-admin``:
several things for you before delegating to ``django-admin``:
* It puts your project's package on ``sys.path``.