diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-07-05 22:25:26 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-07-05 22:25:26 +0000 |
| commit | 727d349420b2f303bd8bb09fbd506113c8ac0f5c (patch) | |
| tree | c72d17b06f0b2e8be2fa82ac33b9ee5218cf47e9 /docs/narr/views.rst | |
| parent | 957a9366a72d4ee406e671e4e3652f85e9a5217c (diff) | |
| download | pyramid-727d349420b2f303bd8bb09fbd506113c8ac0f5c.tar.gz pyramid-727d349420b2f303bd8bb09fbd506113c8ac0f5c.tar.bz2 pyramid-727d349420b2f303bd8bb09fbd506113c8ac0f5c.zip | |
Spellcheck.
Diffstat (limited to 'docs/narr/views.rst')
| -rw-r--r-- | docs/narr/views.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/narr/views.rst b/docs/narr/views.rst index 69be6b046..bdd4518e9 100644 --- a/docs/narr/views.rst +++ b/docs/narr/views.rst @@ -143,7 +143,7 @@ app_iter An iterable representing the body of the response. This can be a list, e.g. ``['<html><head></head><body>Hello - world!</body></html>']`` or it can be a filelike object, or any + world!</body></html>']`` or it can be a file-like object, or any other sort of iterable. If a view happens to return something to the :mod:`repoze.bfg` @@ -262,7 +262,7 @@ route_name unless you want to perform traversal *after* a route has matched.* This value must match the ``name`` of a ``<route>`` declaration (see :ref:`urldispatch_chapter`) that must match before this view will be - called. The ``<route>`` declaration specifed by ``route_name`` must + called. The ``<route>`` declaration specified by ``route_name`` must exist in ZCML before the view that names the route (XML-ordering-wise) . Note that the ``<route>`` declaration referred to by ``route_name`` usually has a ``*traverse`` token in @@ -300,7 +300,7 @@ decorator to do this work. to scan for view declarations. Additionally, if you use decorators, it means that other people will not be able to override your view declarations externally using ZCML: this is a common - requirement if you're developing an exensible application (e.g. a + requirement if you're developing an extensible application (e.g. a framework). See :ref:`extending_chapter` for more information about building extensible applications. |
