summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Peralta <peralta.r.victor@gmail.com>2022-01-10 21:19:43 -0800
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2022-01-11 06:20:30 +0100
commitcf4128e6e90ed5e1d9fbc3867a914e68d7ae3de5 (patch)
tree0d71b9b048fe89adf1599076396aff0d095b516d
parentc8a6bf951b5ad34df852eea6e63a6ad6a0aecd87 (diff)
[4.0.x] Fixed typo in docs/ref/contrib/admin/index.txt.
Backport of f1905db6c0004a2b6c8b69c55a1f5f9da58ce2eb from main
-rw-r--r--docs/ref/contrib/admin/index.txt2
1 files changed, 1 insertions, 1 deletions
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::