summaryrefslogtreecommitdiff
path: root/docs/tutorial04.txt
diff options
context:
space:
mode:
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``