summaryrefslogtreecommitdiff
path: root/docs/tutorial03.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorial03.txt')
-rw-r--r--docs/tutorial03.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial03.txt b/docs/tutorial03.txt
index 4652f662f2..5b42c960fe 100644
--- a/docs/tutorial03.txt
+++ b/docs/tutorial03.txt
@@ -118,7 +118,7 @@ Write your first view
Well, we haven't created any views yet -- we just have the URLconf. But let's
make sure Django is following the URLconf properly.
-Fire up the Django development Web server, as we did in Tutorial 2::
+Fire up the Django development Web server::
django-admin.py runserver --settings="myproject.settings.main"