diff --git a/django/conf/project_template/urls.py b/django/conf/project_template/urls.py index 7b56d73c9e..7c9fab900f 100644 --- a/django/conf/project_template/urls.py +++ b/django/conf/project_template/urls.py @@ -11,6 +11,6 @@ urlpatterns = patterns('', # 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), )