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
This commit is contained in:
Brian Rosner 2008-07-23 22:39:41 +00:00
parent 4e723f9571
commit 9237466bee
1 changed files with 1 additions and 1 deletions

View File

@ -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``