diff options
Diffstat (limited to 'docs/narr/views.rst')
| -rw-r--r-- | docs/narr/views.rst | 6 |
1 files changed, 3 insertions, 3 deletions
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 ----------------------------- |
