summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-19 11:35:44 -0500
committerChris McDonough <chrism@plope.com>2011-01-19 11:35:44 -0500
commitd07c249cd2bf57ffa9c0e959af5393adab1d8ce2 (patch)
tree665600634e0aecee9c47009f7e10245ac5d95f0b /docs
parent6fd4508b8d3a9a957f91e1254f9c95990b5cf3b4 (diff)
downloadpyramid-d07c249cd2bf57ffa9c0e959af5393adab1d8ce2.tar.gz
pyramid-d07c249cd2bf57ffa9c0e959af5393adab1d8ce2.tar.bz2
pyramid-d07c249cd2bf57ffa9c0e959af5393adab1d8ce2.zip
resource->asset
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 b1c1c419c..ee2e0440e 100644
--- a/docs/narr/assets.rst
+++ b/docs/narr/assets.rst
@@ -137,7 +137,7 @@ The value of the ``permission`` argument represents the :term:`permission`
that the user must have relative to the current :term:`context` when the
static view is invoked. A user will be required to possess this permission
to view any of the files represented by ``path`` of the static view. If your
-static resources must be protected by a more complex authorization scheme,
+static assets must be protected by a more complex authorization scheme,
see :ref:`advanced_static`.
Here's another example that uses an :term:`asset specification` instead of an