From 620790363fad4e7507917e21d56481443d7d8a03 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 20 Dec 2010 11:29:02 -0500 Subject: fix typo --- docs/narr/views.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/narr/views.rst b/docs/narr/views.rst index 463529dad..c3723c05f 100644 --- a/docs/narr/views.rst +++ b/docs/narr/views.rst @@ -1441,7 +1441,7 @@ View Lookup and Invocation :term:`View lookup` is the :app:`Pyramid` subsystem responsible for finding an invoking a :term:`view callable`. The view lookup subsystem is passed a -:term:`context` and a:term:`request` object. +:term:`context` and a :term:`request` object. :term:`View configuration` information stored within in the :term:`application registry` is compared against the context and request by -- cgit v1.2.3