From 868748e196fb1772a2fe35706b61dfab6a0eeee1 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 11 Sep 2008 02:59:11 +0000 Subject: [PATCH] Fixed #9018 git-svn-id: http://code.djangoproject.com/svn/django/trunk@9012 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/intro/tutorial01.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt index fc6b239884..56bd264bc9 100644 --- a/docs/intro/tutorial01.txt +++ b/docs/intro/tutorial01.txt @@ -570,7 +570,7 @@ of this object. Let's fix that by editing the polls model (in the models and don't see any change in how they're represented, you're most likely using an old version of Django. (This version of the tutorial is written for the latest development version of Django.) If you're using a - Subversion checkout of of Django's development version (see :ref:`the + Subversion checkout of Django's development version (see :ref:`the installation docs ` for more information), you shouldn't have any problems.