summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial04.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2010-01-10 17:54:34 +0000
committerAdrian Holovaty <adrian@holovaty.com>2010-01-10 17:54:34 +0000
commit1f400c6df0244c505d50932d99db70a0ae69f01a (patch)
tree169cc011a93475ab43b6ef0c9265515580d2156c /docs/intro/tutorial04.txt
parentcf1b6845d4cc1c34cfa975f6ba98b7fb966cb491 (diff)
Fixed #12326 -- Fixed typo in tutorial04. Thanks, mortense
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12172 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/intro/tutorial04.txt')
-rw-r--r--docs/intro/tutorial04.txt2
1 files changed, 1 insertions, 1 deletions
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.