summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2010-11-08 21:52:32 +0000
committerAdrian Holovaty <adrian@holovaty.com>2010-11-08 21:52:32 +0000
commit2380584783e5a29368c3c3df679d77d69ff89e95 (patch)
tree7282a2510ffe6e89e710ebb57483f65c8145589a /docs
parentd30fe03e6bae5cc794be8c48a5867c3fb8aeceb2 (diff)
Small rewording of tutorial01.txt changes from [14066]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14499 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/intro/tutorial01.txt2
1 files changed, 1 insertions, 1 deletions
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