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:51:58 -0500 |
| commit | 3350531cebad22d9e65ae8ce791d92ae1de5437f (patch) | |
| tree | 22925c83a4940fde53f6a73abac0b0cc9f2a608b /docs/ref | |
| parent | 299e7718cfbda4e0e1dabcfc96c37c71db83ac6d (diff) | |
[1.7.x] Fixed typo in docs/ref/django-admin.txt
Backport of c1552af1fe5832011e3b1c3e5b40c20ff3dbe6f9 from master
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 b21985f2ba..bb9b7ac072 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -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``. |
