Fixed typo in docs/django-admin.txt

git-svn-id: http://code.djangoproject.com/svn/django/trunk@1903 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2006-01-11 04:56:24 +00:00
parent 5de00f785f
commit 6e5c7d3899
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ symlinking to it from some place on your path, such as ``/usr/local/bin``.
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``::
two things for you before delegating to ``django-admin.py``:
* It puts your project's package on ``sys.path``.