From f1905db6c0004a2b6c8b69c55a1f5f9da58ce2eb Mon Sep 17 00:00:00 2001 From: Victor Peralta Date: Mon, 10 Jan 2022 21:19:43 -0800 Subject: [PATCH] Fixed typo in docs/ref/contrib/admin/index.txt. --- docs/ref/contrib/admin/index.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt index 4449afaaa6..7f37923781 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -547,7 +547,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::