diff options
| author | Richard Olsson <r@richardolsson.se> | 2014-11-25 06:20:46 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-11-25 07:48:12 -0500 |
| commit | c1552af1fe5832011e3b1c3e5b40c20ff3dbe6f9 (patch) | |
| tree | ce1f09c3be20e1b92979c25767fb1831fc54c2f5 /docs/ref | |
| parent | e22c64dfc0230134c0e9d9ae1d9a5c1589fc8b6e (diff) | |
Fixed typo in docs/ref/django-admin.txt
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/django-admin.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index ca0d7101ef..07f7093634 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -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``. |
