Author: timo
Date: 2011-05-21 17:12:48 -0700 (Sat, 21 May 2011)
New Revision: 16258

Modified:
   django/trunk/docs/intro/tutorial03.txt
Log:
Fixed #16051 - Changed a "file" reference in the tutorial to be an actual file 
rather than a module; thanks felix.morency for the suggestion.

Modified: django/trunk/docs/intro/tutorial03.txt
===================================================================
--- django/trunk/docs/intro/tutorial03.txt      2011-05-22 00:08:40 UTC (rev 
16257)
+++ django/trunk/docs/intro/tutorial03.txt      2011-05-22 00:12:48 UTC (rev 
16258)
@@ -523,7 +523,7 @@
 
 Now that we've decoupled that, we need to decouple the ``polls.urls``
 URLconf by removing the leading "polls/" from each line, and removing the
-lines registering the admin site. Your ``polls.urls`` file should now look like
+lines registering the admin site. Your ``polls/urls.py`` file should now look 
like
 this::
 
     from django.conf.urls.defaults import *

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to