summaryrefslogtreecommitdiff
path: root/docs/narr/views.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-12-27 20:47:34 +0000
committerChris McDonough <chrism@agendaless.com>2009-12-27 20:47:34 +0000
commitd7b12a30237d51d761cab0b08c5da1163ea534ee (patch)
tree7dafe6fb1fe4db006da7170c14fdb548b119cc32 /docs/narr/views.rst
parente4e3aa3449d3ae390402a9cead205626816a2938 (diff)
downloadpyramid-d7b12a30237d51d761cab0b08c5da1163ea534ee.tar.gz
pyramid-d7b12a30237d51d761cab0b08c5da1163ea534ee.tar.bz2
pyramid-d7b12a30237d51d761cab0b08c5da1163ea534ee.zip
Renderings.
Diffstat (limited to 'docs/narr/views.rst')
-rw-r--r--docs/narr/views.rst6
1 files changed, 3 insertions, 3 deletions
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