diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt index 4f8d5b168e..23ca828214 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -554,7 +554,7 @@ subclass:: There are four types of values that can be used in ``list_display``. All but the simplest may use the :func:`~django.contrib.admin.display` - decorator is used to customize how the field is presented: + decorator, which is used to customize how the field is presented: * The name of a model field. For example::