Skip to content

Commit

Permalink
Fixed typo in tutorial03 -- thanks, Robin Munn
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@364 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Aug 1, 2005
1 parent a4438d7 commit 7c73817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial03.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ That takes care of setting ``handler404`` in the current module. As you can see
in ``django/conf/urls/defaults.py``, ``handler404`` is set to in ``django/conf/urls/defaults.py``, ``handler404`` is set to
``'django.views.defaults.page_not_found'`` by default. ``'django.views.defaults.page_not_found'`` by default.


Two more things to note about 404 views: Three more things to note about 404 views:


* The 404 view is also called if Django doesn't find a match after checking * The 404 view is also called if Django doesn't find a match after checking
every regular expression in the URLconf. every regular expression in the URLconf.
Expand Down

0 comments on commit 7c73817

Please sign in to comment.