summaryrefslogtreecommitdiff
path: root/docs/narr/assets.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-07-15 10:13:07 -0400
committerChris McDonough <chrism@plope.com>2011-07-15 10:13:07 -0400
commitc515d77de5b2f62727251ebc32d1292e67811771 (patch)
treed47c6230bbab46bf83022730412296574c2893fb /docs/narr/assets.rst
parent153c2b9bce3170d58cafa48d819aef4497159091 (diff)
downloadpyramid-c515d77de5b2f62727251ebc32d1292e67811771.tar.gz
pyramid-c515d77de5b2f62727251ebc32d1292e67811771.tar.bz2
pyramid-c515d77de5b2f62727251ebc32d1292e67811771.zip
- get_root2 -> prepare
- change prepare return value to a dict, and return the registry, request, etc - various docs and changelog entries.
Diffstat (limited to 'docs/narr/assets.rst')
-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 d57687477..f35f6dd7d 100644
--- a/docs/narr/assets.rst
+++ b/docs/narr/assets.rst
@@ -312,7 +312,7 @@ its behavior is almost exactly the same once it's configured.
``add_view`` (at least those without a ``route_name``). A
:class:`~pyramid.static.static_view` static view cannot be made
root-relative when you use traversal unless it's registered as a
- :term:`NotFound view`.
+ :term:`Not Found view`.
To serve files within a directory located on your filesystem at
``/path/to/static/dir`` as the result of a "catchall" route hanging from the