summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorthapar <rajthapar@gmail.com>2013-04-03 02:05:36 -0300
committerMichael Merickel <michael@merickel.org>2013-04-03 00:29:22 -0500
commitf8afd1638456fc89bc3d17858f309686b40a40a4 (patch)
treef3a290b6e0a21549703050a33433dffef2acc87d /docs
parent5d2f5a8723c56526dc68579ad3408be15389e4f1 (diff)
downloadpyramid-f8afd1638456fc89bc3d17858f309686b40a40a4.tar.gz
pyramid-f8afd1638456fc89bc3d17858f309686b40a40a4.tar.bz2
pyramid-f8afd1638456fc89bc3d17858f309686b40a40a4.zip
minor typo correction 'prepresents'-->'represents'
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/assets.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/assets.rst b/docs/narr/assets.rst
index 99bcb187f..09a2b83f2 100644
--- a/docs/narr/assets.rst
+++ b/docs/narr/assets.rst
@@ -119,7 +119,7 @@ from the ``/var/www/static`` directory of the computer which runs the
# 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