summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorVictor Peralta <peralta.r.victor@gmail.com>2022-01-10 21:19:43 -0800
committerGitHub <noreply@github.com>2022-01-11 06:19:43 +0100
commitf1905db6c0004a2b6c8b69c55a1f5f9da58ce2eb (patch)
treec73590ba30d9225eb832d5b5e9d8b792a0b5100a /docs
parent6f78cb6b13fca2512f80dcd2bce7838bf33b70f0 (diff)
Fixed typo in docs/ref/contrib/admin/index.txt.
Diffstat (limited to 'docs')
-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 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::