summaryrefslogtreecommitdiff
path: root/docs/tutorial04.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-08-09 00:43:33 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-08-09 00:43:33 +0000
commitb108360407af17b2220b1144e9fb10a961175ba7 (patch)
tree0f5c4f41046dd5f4b48983435aae1e2831c365fa /docs/tutorial04.txt
parentee52eba85acaea54d9be798654f8d55f1d979812 (diff)
Fixed #290 -- Thanks, Matt Croydon
git-svn-id: http://code.djangoproject.com/svn/django/trunk@437 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/tutorial04.txt')
-rw-r--r--docs/tutorial04.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial04.txt b/docs/tutorial04.txt
index a2b93dab8b..20e2a2e3ba 100644
--- a/docs/tutorial04.txt
+++ b/docs/tutorial04.txt
@@ -215,7 +215,7 @@ By default, the ``object_detail`` generic view uses a template called
in ``vote()``.
Similarly, the ``object_list`` generic view uses a template called
-``<app_label>/<module_name>_detail``. Thus, rename ``polls/index.html`` to
+``<app_label>/<module_name>_list``. Thus, rename ``polls/index.html`` to
``polls/polls_list.html``.
Because we have more than one entry in the URLconf that uses ``object_detail``