summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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``.