From 727d349420b2f303bd8bb09fbd506113c8ac0f5c Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 5 Jul 2009 22:25:26 +0000 Subject: Spellcheck. --- docs/narr/views.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/narr/views.rst') 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. ``['Hello - world!']`` or it can be a filelike object, or any + world!']`` 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 ```` declaration (see :ref:`urldispatch_chapter`) that must match before this view will be - called. The ```` declaration specifed by ``route_name`` must + called. The ```` declaration specified by ``route_name`` must exist in ZCML before the view that names the route (XML-ordering-wise) . Note that the ```` 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. -- cgit v1.2.3