From 33c0a14180a000c58a771f65fb463499238c3cc9 Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Mon, 8 Nov 2010 23:50:17 +0000 Subject: [PATCH] [1.2.X] Small rewording of tutorial01.txt changes from [14066] Backport of [14499] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14500 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 785218ba04..9f36b3fff8 100644 --- a/docs/intro/tutorial01.txt +++ b/docs/intro/tutorial01.txt @@ -274,7 +274,7 @@ so you can focus on writing code rather than creating directories. configuration and apps for a particular Web site. A project can contain multiple apps. An app can be in multiple projects. -Your apps can live anywhere on your `Python path`_. In this tutorial we will +Your apps can live anywhere on your `Python path`_. In this tutorial, we'll create our poll app in the :file:`mysite` directory for simplicity. To create your app, make sure you're in the :file:`mysite` directory and type