Skip to content

Commit

Permalink
Fixed #3968 -- Fixed typo in docs/request_response.txt
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4956 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Apr 9, 2007
1 parent 8fafee4 commit 1c12cb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/request_response.txt
Original file line number Diff line number Diff line change
Expand Up @@ -483,8 +483,8 @@ In order to use the ``Http404`` exception to its fullest, you should create a
template that is displayed when a 404 error is raised. This template should be
called ``404.html`` and located in the top level of your template tree.

Customing error views
---------------------
Customizing error views
-----------------------

The 404 (page not found) view
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 1c12cb0

Please sign in to comment.