359a360,362
>     * If :setting:`DEBUG` is set to ``True`` (in your settings module) then your
>       404 view will never be used, and the traceback will be displayed instead.
>       
368,369c371,372
<     * If :setting:`DEBUG` is set to ``True`` (in your settings module) then your
<       404 view will never be used, and the traceback will be displayed instead.
---
>     * If :setting:`DEBUG` is set to ``False`` and if you didn't create a
> 	  ``404.html`` file, an :exc:`~django.http.Http500` is raised.
