Commit 3350531c authored by Richard Olsson's avatar Richard Olsson Committed by Tim Graham
Browse files

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

Backport of c1552af1 from master
parent 299e7718
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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``.