summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCasey Duncan <casey.duncan@gmail.com>2010-12-31 19:13:51 -0700
committerCasey Duncan <casey.duncan@gmail.com>2010-12-31 19:13:51 -0700
commitc76dc8e3d8cd8b419aeebff06e7b31abaf350561 (patch)
treead65d79125fa86cb2239f30194345e67de97e438 /docs
parent096e80e94071d5066fd417517c8e5ec724fcc30d (diff)
downloadpyramid-c76dc8e3d8cd8b419aeebff06e7b31abaf350561.tar.gz
pyramid-c76dc8e3d8cd8b419aeebff06e7b31abaf350561.tar.bz2
pyramid-c76dc8e3d8cd8b419aeebff06e7b31abaf350561.zip
add word chapter
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/urldispatch.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/narr/urldispatch.rst b/docs/narr/urldispatch.rst
index 7f2aee26c..5b8cb493e 100644
--- a/docs/narr/urldispatch.rst
+++ b/docs/narr/urldispatch.rst
@@ -25,9 +25,9 @@ for finding and invoking a :term:`view callable`. A view callable is a
specific bit of code, defined in your application, that receives the
:term:`request` and returns a :term:`response` object.
-Where appropriate, we will describe how view lookup interacts with
-:term:`resource location`. The :ref:`views_chapter` describes the
-details of :term:`view lookup`.
+Where appropriate, we will describe how view lookup interacts with
+:term:`resource location`. The :ref:`views_chapter` chapter describes
+the details of :term:`view lookup`.
High-Level Operational Overview
-------------------------------