Skip to content

Commit 53a0676

Browse files
committed
Fixed #4502 -- Clarified reference to view in tutorial. Thanks for the suggestion, Carl Karsten <carl@personnelware.com>.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5673 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1 parent 4d9e29e commit 53a0676

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorial03.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,8 +355,8 @@ view code.
355355
Use the template system
356356
=======================
357357

358-
Back to our ``polls.detail`` view. Given the context variable ``poll``, here's
359-
what the template might look like::
358+
Back to the ``detail()`` view for our poll application. Given the context
359+
variable ``poll``, here's what the template might look like::
360360

361361
<h1>{{ poll.question }}</h1>
362362
<ul>

0 commit comments

Comments
 (0)