From 9f7e2f38dd1c4f2d0b453fc40f65545cbe90de63 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Thu, 6 Oct 2005 17:29:59 +0000 Subject: [PATCH] Fixed ReST formatting for docs/django-admin.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@795 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/django-admin.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/django-admin.txt b/docs/django-admin.txt index 130a734567..ba9bb1403f 100644 --- a/docs/django-admin.txt +++ b/docs/django-admin.txt @@ -183,7 +183,7 @@ Available options ================= --settings -========== +---------- Example usage:: @@ -194,7 +194,7 @@ in Python path syntax, e.g. "myproject.settings.main". If this isn't provided, ``django-admin.py`` will use the DJANGO_SETTINGS_MODULE environment variable. --pythonpath -============ +------------ Example usage:: @@ -207,7 +207,7 @@ variable. .. _import search path: http://diveintopython.org/getting_to_know_python/everything_is_an_object.html --help -====== +------ Displays a help message that includes a terse list of all available actions and options.