summaryrefslogtreecommitdiff
path: root/docs/generic_views.txt
diff options
context:
space:
mode:
authorJacob Kaplan-Moss <jacob@jacobian.org>2006-01-12 19:01:58 +0000
committerJacob Kaplan-Moss <jacob@jacobian.org>2006-01-12 19:01:58 +0000
commit51f4e95cb70b94a28969d30cb6036a4a25a75503 (patch)
tree16c035e06c9660997a10f2b508a12ab7bc8f143d /docs/generic_views.txt
parent11f8bd9d9af76ac2e514fde200266a158f73272d (diff)
Fixed #1206 -- fixed a small typo in docs/generic_views.txt (thanks, Matt)
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1929 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/generic_views.txt')
-rw-r--r--docs/generic_views.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/generic_views.txt b/docs/generic_views.txt
index 6881a7fd16..79b926e2cc 100644
--- a/docs/generic_views.txt
+++ b/docs/generic_views.txt
@@ -329,7 +329,7 @@ The create/update/delete views are:
Uses the template ``app_label/module_name_form`` by default. This is the
same template as the ``update_object`` view below. Your template can tell
- the different by the presence or absence of ``{{ object }}`` in the
+ the difference by the presence or absence of ``{{ object }}`` in the
context.
Has the following template context: