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),** )