From 53a06763c51f91b5fc5d1639793207f2d0136ea5 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Thu, 12 Jul 2007 14:05:16 +0000 Subject: [PATCH] Fixed #4502 -- Clarified reference to view in tutorial. Thanks for the suggestion, Carl Karsten . git-svn-id: http://code.djangoproject.com/svn/django/trunk@5673 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/tutorial03.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial03.txt b/docs/tutorial03.txt index 41febe021d..bf85c27231 100644 --- a/docs/tutorial03.txt +++ b/docs/tutorial03.txt @@ -355,8 +355,8 @@ view code. Use the template system ======================= -Back to our ``polls.detail`` view. Given the context variable ``poll``, here's -what the template might look like:: +Back to the ``detail()`` view for our poll application. Given the context +variable ``poll``, here's what the template might look like::

{{ poll.question }}