From 9237466beebda25efd8602124324926e98ada8fb Mon Sep 17 00:00:00 2001 From: Brian Rosner Date: Wed, 23 Jul 2008 22:39:41 +0000 Subject: [PATCH] Removed a colon that was rendering the bullet-point list below it as code in docs/admin.txt. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8066 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/admin.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin.txt b/docs/admin.txt index be2a0ff09b..565068e11b 100644 --- a/docs/admin.txt +++ b/docs/admin.txt @@ -511,7 +511,7 @@ specifying them in a ``ModelAdmin.inlines`` attribute:: BookInline, ] -Django provides two subclasses of ``InlineModelAdmin`` and they are:: +Django provides two subclasses of ``InlineModelAdmin`` and they are: * ``TabularInline`` * ``StackedInline``