From e655101482993bde561d49d9bf87d170e8a3a642 Mon Sep 17 00:00:00 2001 From: Paul Everitt Date: Thu, 24 Jul 2008 19:56:57 +0000 Subject: Change more occurrences to mod:repoze --- 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 a349901bb..820f7215d 100644 --- a/docs/narr/views.rst +++ b/docs/narr/views.rst @@ -2,9 +2,9 @@ Views ===== A view is a callable which is called when a a request enters your -application. ``repoze.bfg's`` primary job is to find and call a view -when a request reaches it. The view's return value must implement the -Response object interface. +application. :mod:`repoze.bfg's` primary job is to find and call a +view when a request reaches it. The view's return value must +implement the Response object interface. Defining a View as a Function ----------------------------- -- cgit v1.2.3