summaryrefslogtreecommitdiff
path: root/docs/narr/traversal.rst
diff options
context:
space:
mode:
authorBlaise Laflamme <blaise@laflamme.org>2010-11-28 02:21:38 -0500
committerBlaise Laflamme <blaise@laflamme.org>2010-11-28 02:21:38 -0500
commit23bfce0ea0fae605f67547f7b12e91fbe329d506 (patch)
tree141e2c6675620629336b48c0eedce0728ca9fd0d /docs/narr/traversal.rst
parent54f097a8146b3fa20a0de8c357785929d1065fd0 (diff)
downloadpyramid-23bfce0ea0fae605f67547f7b12e91fbe329d506.tar.gz
pyramid-23bfce0ea0fae605f67547f7b12e91fbe329d506.tar.bz2
pyramid-23bfce0ea0fae605f67547f7b12e91fbe329d506.zip
Narrative doc cleanup
Diffstat (limited to 'docs/narr/traversal.rst')
-rw-r--r--docs/narr/traversal.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/narr/traversal.rst b/docs/narr/traversal.rst
index 56594ed5a..40c7503de 100644
--- a/docs/narr/traversal.rst
+++ b/docs/narr/traversal.rst
@@ -403,7 +403,9 @@ Let's pretend the user asks for
``http://example.com/foo/bar/baz/biz/buz.txt``. The request's
``PATH_INFO`` in that case is ``/foo/bar/baz/biz/buz.txt``. Let's
further pretend that when this request comes in that we're traversing
-the following object graph::
+the following object graph:
+
+.. code-block:: text
/--
|
@@ -448,7 +450,9 @@ Let's say that view lookup finds no matching view type. In this
circumstance, the :app:`Pyramid` :term:`router` returns the result
of the :term:`not found view` and the request ends.
-However, for this graph::
+However, for this graph:
+
+.. code-block:: text
/--
|