瀏覽代碼

Fixed typo in docs/ref/contrib/admin/index.txt.

Victor Peralta 3 年之前
父節點
當前提交
f1905db6c0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/ref/contrib/admin/index.txt

+ 1 - 1
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::