瀏覽代碼

Fixed #25224 -- Fixed typo in docs/ref/contrib/flatpages.txt

Tim Graham 9 年之前
父節點
當前提交
28cb272a72
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/ref/contrib/flatpages.txt

+ 1 - 1
docs/ref/contrib/flatpages.txt

@@ -196,7 +196,7 @@ Via the Python API
     If you add or modify flatpages via your own code, you will likely want to
     check for duplicate flatpage URLs within the same site. The flatpage form
     used in the admin performs this validation check, and can be imported from
-    ``django.contrib.flatpages.forms.FlatPageForm`` and used in your own
+    ``django.contrib.flatpages.forms.FlatpageForm`` and used in your own
     views.
 
 Flatpage templates