Fixed typo in docs/tutorial02.txt. Thanks, Nick Fishman

git-svn-id: http://code.djangoproject.com/svn/django/trunk@3013 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2006-05-31 02:16:49 +00:00
parent 2f513e0f0e
commit 6b1e7bddc1
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ creating an empty class means "give this object an admin interface using
all the default options." all the default options."
Now reload the Django admin page to see your changes. Note that you don't have Now reload the Django admin page to see your changes. Note that you don't have
to restart the development server -- the server will auto-reloads your project, to restart the development server -- the server will auto-reload your project,
so any modifications code will be seen immediately in your browser. so any modifications code will be seen immediately in your browser.
Explore the free admin functionality Explore the free admin functionality