From e1b3ca9aed88bd994865d07fbc0ffd5e7f0ada71 Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Wed, 8 Dec 2010 21:23:36 -0800 Subject: avoid using word mount which has too many other connotations, puritanism notwithstanding --- docs/narr/static.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/narr/static.rst b/docs/narr/static.rst index b6ed5b2ba..be29fc095 100644 --- a/docs/narr/static.rst +++ b/docs/narr/static.rst @@ -205,7 +205,7 @@ The :class:`pyramid.view.static` helper class is used to perform this task. This class creates an object that is capable acting as a :app:`Pyramid` view callable 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 +your filesystem at ``/path/to/static/dir`` from the URL path ``/static`` in your application, create an instance of the :class:`pyramid.view.static` class inside a ``static.py`` file in your application root as below. -- cgit v1.2.3