From 1f400c6df0244c505d50932d99db70a0ae69f01a Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Sun, 10 Jan 2010 17:54:34 +0000 Subject: [PATCH] Fixed #12326 -- Fixed typo in tutorial04. Thanks, mortense git-svn-id: http://code.djangoproject.com/svn/django/trunk@12172 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/intro/tutorial04.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/tutorial04.txt b/docs/intro/tutorial04.txt index 394fc25ea8..110b1ec671 100644 --- a/docs/intro/tutorial04.txt +++ b/docs/intro/tutorial04.txt @@ -201,7 +201,7 @@ conversion. We will: 2. Rename a few templates. - 3. Delete some the old, now unneeded views. + 3. Delete some of the old, unneeded views. 4. Fix up URL handling for the new views.