summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCasey Duncan <casey.duncan@gmail.com>2010-12-12 09:27:00 -0700
committerCasey Duncan <casey.duncan@gmail.com>2010-12-12 09:27:00 -0700
commit87a6ffdb91ae9f983169c3e9da15ea0266745a74 (patch)
tree7441ad0f6cf74c90fa4554dae5096fdd69ea9531
parent6dccce7b02c26471b9ac934aa93586529aff5095 (diff)
downloadpyramid-87a6ffdb91ae9f983169c3e9da15ea0266745a74.tar.gz
pyramid-87a6ffdb91ae9f983169c3e9da15ea0266745a74.tar.bz2
pyramid-87a6ffdb91ae9f983169c3e9da15ea0266745a74.zip
fix name as per comment on commit d00dfb7
-rw-r--r--docs/narr/static.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/static.rst b/docs/narr/static.rst
index 70c059e9c..bed922953 100644
--- a/docs/narr/static.rst
+++ b/docs/narr/static.rst
@@ -177,7 +177,7 @@ instead of a view name. For example, the ``name`` argument may be
.. code-block:: python
:linenos:
- config.add_static_view(name='http://example.com', path='mypackage:images')
+ config.add_static_view(name='http://example.com/images', path='mypackage:images')
Under such a configuration, the URL generated by ``static_url`` for
resources which begin with ``mypackage:images`` will be prefixed with