summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial01.txt
diff options
context:
space:
mode:
authorGary Wilson Jr <gary.wilson@gmail.com>2009-03-31 16:45:41 +0000
committerGary Wilson Jr <gary.wilson@gmail.com>2009-03-31 16:45:41 +0000
commite87e7436e21386c4ab27301442d4318e0bf52f1a (patch)
treecc5a570d2925efe8ecb23a5747bd49a255bce336 /docs/intro/tutorial01.txt
parentc89090eccb30b0aa58c31c3cd3ccd453977068f4 (diff)
Fixed #10266 -- Clarified restart of shell in tutorial, patch from mboersma.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10263 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/intro/tutorial01.txt')
-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 56bd264bc9..8feb22141e 100644
--- a/docs/intro/tutorial01.txt
+++ b/docs/intro/tutorial01.txt
@@ -618,7 +618,7 @@ demonstration::
Note the addition of ``import datetime`` to reference Python's standard
``datetime`` module.
-Let's jump back into the Python interactive shell by running
+Save these changes and start a new Python interactive shell by running
``python manage.py shell`` again::
>>> from mysite.polls.models import Poll, Choice