From 64b2942bfe6431e97fc41fd2fadd26c87ac67a5a Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 27 May 2009 21:42:22 +0000 Subject: Don't mix the streams. --- docs/narr/traversal.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/narr/traversal.rst') diff --git a/docs/narr/traversal.rst b/docs/narr/traversal.rst index 8eba623e4..b8076368a 100644 --- a/docs/narr/traversal.rst +++ b/docs/narr/traversal.rst @@ -211,8 +211,8 @@ Using the "view name" ("baz") and the type, it asks the :term:`application registry` (configured separately, via ``configure.zcml``) this question: - - Please find me a :term:`view` (aka *controller* in some religions) - with the name "baz" that can be used for the type ``IBar``. + - Please find me a :term:`view` with the name "baz" that can be used + for the type ``IBar``. Let's say it finds no matching view type. It then returns a ``NotFound``. The request ends. Everyone is sad. @@ -257,8 +257,8 @@ indicates it's an ``IBiz``). Using the "view name" ("buz.txt") and the type, it asks the :term:`application registry` this question: - - Please find me a :term:`view` (*controller* in some religions) - with the name "buz.txt" that can be used for type ``IBiz``. + - Please find me a :term:`view` with the name "buz.txt" that can be + used for type ``IBiz``. Let's say that question is answered "here you go, here'a a bit of code that is willing to deal with that case", and returns a :term:`view`. -- cgit v1.2.3