Author: adrian
Date: 2008-09-16 00:30:48 -0500 (Tue, 16 Sep 2008)
New Revision: 9041

Modified:
   django/trunk/docs/intro/tutorial04.txt
Log:
Fixed #9097 -- Fixed typo in tutorial04.txt. Thanks, zhe

Modified: django/trunk/docs/intro/tutorial04.txt
===================================================================
--- django/trunk/docs/intro/tutorial04.txt      2008-09-16 05:22:08 UTC (rev 
9040)
+++ django/trunk/docs/intro/tutorial04.txt      2008-09-16 05:30:48 UTC (rev 
9041)
@@ -112,7 +112,7 @@
       This function helps avoid having to hardcode a URL in the view function.
       It is given the name of the view that we want to pass control to and the
       variable portion of the URL pattern that points to that view. In this
-      case, using the URLConf we set up in Tutorial 3, this
+      case, using the URLconf we set up in Tutorial 3, this
       :func:`~django.core.urlresolvers.reverse` call will return a string like
       ::
 


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to