summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2006-01-11 04:56:24 +0000
committerAdrian Holovaty <adrian@holovaty.com>2006-01-11 04:56:24 +0000
commit6e5c7d3899d981ec3e0a0d49977cd1a58ebc702f (patch)
tree59720fac0a1a75069878447a6ae4546110894224 /docs
parent5de00f785f1cd83b0e480ffdebeca5977a3fa953 (diff)
Fixed typo in docs/django-admin.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1903 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/django-admin.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/django-admin.txt b/docs/django-admin.txt
index bfcd27a28f..5271853aa6 100644
--- a/docs/django-admin.txt
+++ b/docs/django-admin.txt
@@ -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``.