From 6e5c7d3899d981ec3e0a0d49977cd1a58ebc702f Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Wed, 11 Jan 2006 04:56:24 +0000 Subject: [PATCH] Fixed typo in docs/django-admin.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@1903 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/django-admin.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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``.