summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/admin.txt2
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``