summaryrefslogtreecommitdiff
path: root/docs/narr/views.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr/views.rst')
-rw-r--r--docs/narr/views.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/views.rst b/docs/narr/views.rst
index 820f7215d..eff483c3c 100644
--- a/docs/narr/views.rst
+++ b/docs/narr/views.rst
@@ -1,10 +1,10 @@
Views
=====
-A view is a callable which is called when a a request enters your
+A view is a callable which is invoked when a request enters your
application. :mod:`repoze.bfg's` primary job is to find and call a
view when a request reaches it. The view's return value must
-implement the Response object interface.
+implement the WebOb Response object interface.
Defining a View as a Function
-----------------------------