summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-28 00:16:17 -0500
committerChris McDonough <chrism@plope.com>2011-01-28 00:16:17 -0500
commitb1f5e6255c0c57023cf095a1c9e2647d29adf160 (patch)
treefa3443db270777ce083d43e270eabea893921abb /docs
parentb897736045bce0b033eb7be6d8489e012b533e4e (diff)
downloadpyramid-b1f5e6255c0c57023cf095a1c9e2647d29adf160.tar.gz
pyramid-b1f5e6255c0c57023cf095a1c9e2647d29adf160.tar.bz2
pyramid-b1f5e6255c0c57023cf095a1c9e2647d29adf160.zip
nonsensical mod
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/traversal.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/traversal.rst b/docs/narr/traversal.rst
index 68c3fabd0..14d6d240d 100644
--- a/docs/narr/traversal.rst
+++ b/docs/narr/traversal.rst
@@ -236,8 +236,8 @@ because they are almost always used together.
A Description of The Traversal Algorithm
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-When a user requests a page from your :mod:`traversal` -powered application,
-the system uses this algorithm to find a :term:`context` resource and a
+When a user requests a page from your traversal-powered application, the
+system uses this algorithm to find a :term:`context` resource and a
:term:`view name`.
#. The request for the page is presented to the :app:`Pyramid`