From 9d8dd8610d643d68267d4e654fbe2f3317e5e9b7 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Fri, 5 Aug 2005 22:44:16 +0000 Subject: [PATCH] Changed 'check back within 48 hours' message, because it's blatantly false -- apologies git-svn-id: http://code.djangoproject.com/svn/django/trunk@416 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 57d411c157..0b1e593561 100644 --- a/docs/tutorial03.txt +++ b/docs/tutorial03.txt @@ -415,8 +415,8 @@ All the poll app cares about is its relative URLs, not its absolute URLs. Coming soon =========== -The tutorial ends here for the time being. But check back within 48 hours for -the next installments: +The tutorial ends here for the time being. But check back soon for the next +installments: * Advanced view features: Form processing * Using the RSS framework