From b20bb2fc2663e0c5aa654cd8db74ced8d2733cae Mon Sep 17 00:00:00 2001
From: Adrian Holovaty <adrian@holovaty.com>
Date: Tue, 19 Jul 2005 05:50:33 +0000
Subject: [PATCH] Fixed stupid error in tutorial03

git-svn-id: http://code.djangoproject.com/svn/django/trunk@197 bcc190cf-cafb-0310-a4f2-bffc1f526a37
---
 docs/tutorial03.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/tutorial03.txt b/docs/tutorial03.txt
index ed5c7750d9..f544529a6d 100644
--- a/docs/tutorial03.txt
+++ b/docs/tutorial03.txt
@@ -23,7 +23,7 @@ application, you might have the following views:
 * Day-based archive page -- displays all entries in the given day
 * Comment action -- handles posting comments to a given entry
 
-In our poll application, we'll have the following three views:
+In our poll application, we'll have the following four views:
 
 * Poll "archive" page -- displays the latest few polls
 * Poll "detail" page -- displays a poll question, with no results but with a form to vote