瀏覽代碼

Fixed typo in docs/ref/checks.txt

Tim Graham 11 年之前
父節點
當前提交
8f9c3d0565
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      docs/ref/checks.txt

+ 1 - 2
docs/ref/checks.txt

@@ -115,7 +115,7 @@ Admin
 
 Admin checks are all performed as part of the ``admin`` tag.
 
-The following checks are performend on any
+The following checks are performed on any
 :class:`~django.contrib.admin.ModelAdmin` (or subclass) that is registered
 with the admin site:
 
@@ -244,4 +244,3 @@ MySQL
 If you're using MySQL, the following checks will be performed:
 
 * **mysql.E001**: MySQL does not allow unique CharFields to have a max_length > 255.
-