Author: russellm
Date: 2009-07-15 08:53:29 -0500 (Wed, 15 Jul 2009)
New Revision: 11235

Modified:
   django/trunk/docs/intro/tutorial03.txt
Log:
Fixed #11469 -- Removed suspicion that Django developers have trouble counting 
to four. Thanks to msgre for the report.

Modified: django/trunk/docs/intro/tutorial03.txt
===================================================================
--- django/trunk/docs/intro/tutorial03.txt      2009-07-15 13:52:39 UTC (rev 
11234)
+++ django/trunk/docs/intro/tutorial03.txt      2009-07-15 13:53:29 UTC (rev 
11235)
@@ -365,7 +365,7 @@
 in ``django/conf/urls/defaults.py``, ``handler404`` is set to
 :func:`django.views.defaults.page_not_found` by default.
 
-Three more things to note about 404 views:
+Four more things to note about 404 views:
 
     * If :setting:`DEBUG` is set to ``True`` (in your settings module) then 
your
       404 view will never be used (and thus the ``404.html`` template will 
never


--~--~---------~--~----~------------~-------~--~----~
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