summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-08-04 14:45:15 -0400
committerTim Graham <timograham@gmail.com>2015-08-04 14:45:15 -0400
commit28cb272a7279e6dfc4d5c53838ebf7343c3e66b5 (patch)
treee54c0e234b04f9e4d331f477e4241f3733897d8f /docs
parent34057730a55efe31431070c529031ee5a6f7f47b (diff)
Fixed #25224 -- Fixed typo in docs/ref/contrib/flatpages.txt
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/flatpages.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/flatpages.txt b/docs/ref/contrib/flatpages.txt
index a40e912bd8..7f2d22488e 100644
--- a/docs/ref/contrib/flatpages.txt
+++ b/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