[Repoze-checkins] r1464 - repoze.bfg/trunk/docs/narr
Paul Everitt
paul at agendaless.com
Thu Jul 24 17:54:52 EDT 2008
Author: Paul Everitt <paul at agendaless.com>
Date: Thu Jul 24 17:54:52 2008
New Revision: 1464
Log:
More wordsmithing
Modified:
repoze.bfg/trunk/docs/narr/templates.rst
repoze.bfg/trunk/docs/narr/views.rst
Modified: repoze.bfg/trunk/docs/narr/templates.rst
==============================================================================
--- repoze.bfg/trunk/docs/narr/templates.rst (original)
+++ repoze.bfg/trunk/docs/narr/templates.rst Thu Jul 24 17:54:52 2008
@@ -15,7 +15,7 @@
templating engine complies with the `Zope Page Template
<http://wiki.zope.org/ZPT/FrontPage>`_ template specification. While
``z3c.pt`` doesn't implement the METAL specification (feature or
-drawback, depending on your viewpoint,) it is significantly
+drawback, depending on your viewpoint), it is significantly
faster. And faster, of course, is the zen of :mod:`repoze.bfg`.
Given a template named ``foo.html`` in a directory in your application
Modified: repoze.bfg/trunk/docs/narr/views.rst
==============================================================================
--- repoze.bfg/trunk/docs/narr/views.rst (original)
+++ repoze.bfg/trunk/docs/narr/views.rst Thu Jul 24 17:54:52 2008
@@ -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
-----------------------------
More information about the Repoze-checkins
mailing list