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