From d7b12a30237d51d761cab0b08c5da1163ea534ee Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 27 Dec 2009 20:47:34 +0000 Subject: Renderings. --- 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 c9929538f..1a507f432 100644 --- a/docs/narr/views.rst +++ b/docs/narr/views.rst @@ -1355,9 +1355,9 @@ this task. This class creates a callable that is capable acting as a :mod:`repoze.bfg` view which serves static resources from a directory. For instance, to serve files within a directory located on your filesystem at ``/path/to/static/dir`` mounted at the URL path -``/static`` in your application, create an instance of -:mod:`repoze.bfg.view` 's ``static`` class inside a ``static.py`` file -in your application root as below. +``/static`` in your application, create an instance of the +:class:`repoze.bfg.view.static` class inside a ``static.py`` file in +your application root as below. .. ignore-next-block .. code-block:: python -- cgit v1.2.3