summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial02.txt
diff options
context:
space:
mode:
authorBrian Rosner <brosner@gmail.com>2008-08-26 17:44:04 +0000
committerBrian Rosner <brosner@gmail.com>2008-08-26 17:44:04 +0000
commit05a4439581f1c2deb485b3f6796ff26045f4c567 (patch)
tree176123fa00c44690b0ac356be01817be33bedaa9 /docs/intro/tutorial02.txt
parentc849fcc66de766c467926305fbc0f371eae20a80 (diff)
Fixed #8560 -- Corrected a typo in a comment of docs/intro/tutorial02.txt to be consistent with the change in [8432]. Thanks ramiro for catching this.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8585 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/intro/tutorial02.txt')
-rw-r--r--docs/intro/tutorial02.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial02.txt b/docs/intro/tutorial02.txt
index 904058f73a..5babbf0e60 100644
--- a/docs/intro/tutorial02.txt
+++ b/docs/intro/tutorial02.txt
@@ -55,7 +55,7 @@ activate the admin site for your installation, do these three things:
# Uncomment the next line to enable admin documentation:
# (r'^admin/doc/', include('django.contrib.admindocs.urls')),
- # Uncomment the next line for to enable the admin:
+ # Uncomment the next line to enable the admin:
**(r'^admin/(.*)', admin.site.root),**
)