summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCasey Duncan <casey.duncan@gmail.com>2010-11-21 09:57:44 -0700
committerCasey Duncan <casey.duncan@gmail.com>2010-11-21 09:57:44 -0700
commitabe2f0444ef1dcf6d860da86e6e3e890a5dd2f52 (patch)
tree586a5bb8aa0557a623d790817ffa52c4906dc951 /docs
parent83dfb231b1343aeb121dc77ffe9afa225e1030da (diff)
downloadpyramid-abe2f0444ef1dcf6d860da86e6e3e890a5dd2f52.tar.gz
pyramid-abe2f0444ef1dcf6d860da86e6e3e890a5dd2f52.tar.bz2
pyramid-abe2f0444ef1dcf6d860da86e6e3e890a5dd2f52.zip
reword/simplify 'URL dispatch supplies a shortcut' paragraph
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/urldispatch.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/narr/urldispatch.rst b/docs/narr/urldispatch.rst
index 8c27c460b..45c027e06 100644
--- a/docs/narr/urldispatch.rst
+++ b/docs/narr/urldispatch.rst
@@ -179,12 +179,12 @@ during a request. To do so:
to service requests that match the route pattern.
In this way, we supply a shortcut to the developer. Under the hood,
-:app:`Pyramid` still consumes the :term:`context finding` and
-:term:`view lookup` subsystems provided by :app:`Pyramid`, but in a
-way which does not require that a developer understand either of them
-if he doesn't want or need to. It also means that we can allow a
-developer to combine :term:`URL dispatch` and :term:`traversal` in
-various exceptional cases as documented in :ref:`hybrid_chapter`.
+the :term:`context finding` and :term:`view lookup` subsystems
+provided by :app:`Pyramid` are still being utilized, but in a way
+which does not require a developer to understand either of them in
+detail. It also means that we can allow a developer to combine
+:term:`URL dispatch` and :term:`traversal` in various exceptional
+cases as documented in :ref:`hybrid_chapter`.
.. index::
single: route path pattern syntax