From e87e7436e21386c4ab27301442d4318e0bf52f1a Mon Sep 17 00:00:00 2001 From: Gary Wilson Jr Date: Tue, 31 Mar 2009 16:45:41 +0000 Subject: [PATCH] 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 --- 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 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