Skip to content

Commit

Permalink
break up run-on
Browse files Browse the repository at this point in the history
  • Loading branch information
caseman committed Apr 19, 2011
1 parent 3d5261a commit 20b40b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs/pyramid_quick_tutorial.rst
Expand Up @@ -264,9 +264,9 @@ redirects back to the *list_view* page.
NotFound View
+++++++++++++

This view lets us customize the default ``NotFound`` view provided by
Pyramid, which is displayed by Pyramid when a URL cannot be mapped to a
Pyramid view, by using our own template. We'll add the template in a
This view lets us customize the default ``NotFound`` view provided by Pyramid,
by using our own template. The ``NotFound`` view is displayed by Pyramid when
a URL cannot be mapped to a Pyramid view. We'll add the template in a
subsequent step.

.. code-block:: python
Expand Down

0 comments on commit 20b40b2

Please sign in to comment.