summaryrefslogtreecommitdiff
path: root/docs/tutorial02.txt
diff options
context:
space:
mode:
authorJoseph Kocherhans <joseph@jkocherhans.com>2006-06-02 03:51:30 +0000
committerJoseph Kocherhans <joseph@jkocherhans.com>2006-06-02 03:51:30 +0000
commit0c341d780ebcde0e81c81eda07e2db3aaa92549b (patch)
treea628c9bf89260dc5da569818e1ef041262de1d6a /docs/tutorial02.txt
parentaeb807989f711c61b75c42241eea4c942becf19a (diff)
multi-auth: Merged to [3051]
git-svn-id: http://code.djangoproject.com/svn/django/branches/multi-auth@3052 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/tutorial02.txt')
-rw-r--r--docs/tutorial02.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial02.txt b/docs/tutorial02.txt
index 4cc263dddc..84eae3eb83 100644
--- a/docs/tutorial02.txt
+++ b/docs/tutorial02.txt
@@ -85,7 +85,7 @@ creating an empty class means "give this object an admin interface using
all the default options."
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.
Explore the free admin functionality