Michael Merickel
2013-04-03 b2922226aa4b55518a9bee7b32079a16806b26f6
Merge pull request #966 from thapar/patch-1

minor typo correction 'prepresents'-->'represents'
1 files modified
2 ■■■ changed files
docs/narr/assets.rst 2 ●●● patch | view | raw | blame | history
docs/narr/assets.rst
@@ -120,7 +120,7 @@
   # config is an instance of pyramid.config.Configurator
   config.add_static_view(name='static', path='/var/www/static')
The ``name`` prepresents a URL *prefix*.  In order for files that live in the
The ``name`` represents a URL *prefix*.  In order for files that live in the
``path`` directory to be served, a URL that requests one of them must begin
with that prefix.  In the example above, ``name`` is ``static``, and ``path``
is ``/var/www/static``.  In English, this means that you wish to serve the