1
0
mirror of https://github.com/django/django.git synced 2025-07-07 19:29:12 +00:00

[4.0.x] Fixed typo in docs/ref/contrib/admin/index.txt.

Backport of f1905db6c0004a2b6c8b69c55a1f5f9da58ce2eb from main
This commit is contained in:
Victor Peralta 2022-01-10 21:19:43 -08:00 committed by Mariusz Felisiak
parent c8a6bf951b
commit cf4128e6e9

View File

@ -554,7 +554,7 @@ subclass::
There are four types of values that can be used in ``list_display``. All 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` 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:: * The name of a model field. For example::