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