瀏覽代碼

Fixed typo in docs/topics/forms/index.txt.

Mariusz Felisiak 1 年之前
父節點
當前提交
46df3ab244
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/topics/forms/index.txt

+ 1 - 1
docs/topics/forms/index.txt

@@ -594,7 +594,7 @@ required layout. For example:
 By default Django uses the ``"django/forms/field.html"`` template which is
 designed for use with the default ``"django/forms/div.html"`` form style.
 
-The default template can be customized by by setting
+The default template can be customized by setting
 :attr:`~django.forms.renderers.BaseRenderer.field_template_name` in your
 project-level :setting:`FORM_RENDERER`::