summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGary Wilson Jr <gary.wilson@gmail.com>2009-03-31 16:46:33 +0000
committerGary Wilson Jr <gary.wilson@gmail.com>2009-03-31 16:46:33 +0000
commite4e38e85c272c7d6a9a23aa120881b1a6cb76d5f (patch)
tree03220b1b7d6617f2d9915e0e3a43763b31e4c9f7 /docs
parent5967cbb0452a1782d268805e91cd543ceda3d201 (diff)
[1.0.X]: Fixed #10266 -- Clarified restart of shell in tutorial, patch from mboersma.
Backport of r10263 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10264 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 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