diff options
| author | Brian Rosner <brosner@gmail.com> | 2008-07-23 22:39:41 +0000 |
|---|---|---|
| committer | Brian Rosner <brosner@gmail.com> | 2008-07-23 22:39:41 +0000 |
| commit | 9237466beebda25efd8602124324926e98ada8fb (patch) | |
| tree | 03bb4b41a3e672c7617ef6d8cfef6b0b7f821d9f /docs | |
| parent | 4e723f95715c771bc75b92ef50544e95ee01dfca (diff) | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/admin.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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`` |
