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

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

parent e22c64df
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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``.