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/hybrid.rst | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'docs/narr/hybrid.rst') diff --git a/docs/narr/hybrid.rst b/docs/narr/hybrid.rst index 129d76732..48b2eedfc 100644 --- a/docs/narr/hybrid.rst +++ b/docs/narr/hybrid.rst @@ -43,7 +43,7 @@ URL Dispatch Only ~~~~~~~~~~~~~~~~~ An application that uses :term:`url dispatch` exclusively to map URLs -to code will usually exlusively have declarations like this within +to code will usually exclusively have declarations like this within their ``configure.zcml`` file: .. code-block:: xml @@ -93,10 +93,11 @@ code just won't have any ```` declarations. Instead, its ZCML /> "Under the hood", the above view statements register a view using the -:term:`context` interface ``None``, the IRequest :term:`request type` -with a :term:`view name` matching the name= argument. The "foobar" -view above will match the URL ``/a/b/c/foobar`` or ``/foobar``, etc, -assuming that no view is named "a", "b", or "c" during traversal. +:term:`context` interface ``None``, the ``IRequest`` :term:`request +type` with a :term:`view name` matching the name= argument. The +"foobar" view above will match the URL ``/a/b/c/foobar`` or +``/foobar``, etc, assuming that no view is named "a", "b", or "c" +during traversal. Hybrid Applications ------------------- @@ -198,7 +199,7 @@ view will be called. A ```` declaration *must* precede (in XML order) any ```` declaration which names it as a ``route_name``. If it does not, at -application startup time a ConfigurationError will be raised. +application startup time a ``ConfigurationError`` will be raised. Route Factories --------------- @@ -225,7 +226,7 @@ Using ``*subpath`` in a Route Path ---------------------------------- There are certain (extremely rare) cases when you'd like to influence -the traversal :term:`subpath` when a route matches without atually +the traversal :term:`subpath` when a route matches without actually performing traversal. For instance, the ``repoze.bfg.wsgi.wsgiapp2`` decorator and the ``repoze.bfg.view.static`` helper attempt to compute ``PATH_INFO`` from the request's subpath, so it's useful to be able to @@ -467,4 +468,4 @@ A ```` Statement *Must* Precede Any ```` Statement Which Mentions I A ```` declaration *must* precede (in XML order) any ```` declaration which names it as a ``route_name``. If it does not, at -application startup time a ConfigurationError will be raised. +application startup time a ``ConfigurationError`` will be raised. -- cgit v1.2.3