From 47091ab5b5fd6efcbeb338b903e8ba7394c3ac14 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Sun, 14 Sep 2008 12:59:39 +0000 Subject: [PATCH] Fixed #9032: Corrected some minor typos in the admin docs. Thanks to rduffield for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9028 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/contrib/admin.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ref/contrib/admin.txt b/docs/ref/contrib/admin.txt index 19e836fd3f..a7101d56fb 100644 --- a/docs/ref/contrib/admin.txt +++ b/docs/ref/contrib/admin.txt @@ -41,7 +41,7 @@ There are five steps in activating the Django admin site: The ``ModelAdmin`` class is the representation of a model in the admin interface. These are stored in a file named ``admin.py`` in your application. -Let's take a look at a very simple example the ``ModelAdmin``:: +Let's take a look at a very simple example of the ``ModelAdmin``:: from django.contrib import admin from myproject.myapp.models import Author @@ -159,7 +159,7 @@ The ``field_options`` dictionary can have the following keys: 'classes': ['wide', 'extrapretty'], } - Two useful classes defined by the default admin-site stylesheet are + Two useful classes defined by the default admin site stylesheet are ``collapse`` and ``wide``. Fieldsets with the ``collapse`` style will be initially collapsed in the admin and replaced with a small "click to expand" link. Fieldsets with the ``wide`` style will be