Skip to content

Commit

Permalink
[1.0.X]: Fixed #10266 -- Clarified restart of shell in tutorial, patc…
Browse files Browse the repository at this point in the history
…h 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
  • Loading branch information
gdub committed Mar 31, 2009
1 parent 5967cbb commit e4e38e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/intro/tutorial01.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ demonstration::
Note the addition of ``import datetime`` to reference Python's standard Note the addition of ``import datetime`` to reference Python's standard
``datetime`` module. ``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:: ``python manage.py shell`` again::


>>> from mysite.polls.models import Poll, Choice >>> from mysite.polls.models import Poll, Choice
Expand Down

0 comments on commit e4e38e8

Please sign in to comment.