Author: brosner
Date: 2008-08-26 12:44:04 -0500 (Tue, 26 Aug 2008)
New Revision: 8585
Modified:
django/trunk/docs/intro/tutorial02.txt
Log:
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.
Modified: django/trunk/docs/intro/tutorial02.txt
===================================================================
--- django/trunk/docs/intro/tutorial02.txt 2008-08-26 16:55:37 UTC (rev
8584)
+++ django/trunk/docs/intro/tutorial02.txt 2008-08-26 17:44:04 UTC (rev
8585)
@@ -55,7 +55,7 @@
# 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),**
)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---