summaryrefslogtreecommitdiff
path: root/docs/narr/zca.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-12-18 02:27:14 -0500
committerChris McDonough <chrism@plope.com>2010-12-18 02:27:14 -0500
commitfb6a5ce52a275f7798e82a34b5907ea118cbd2ff (patch)
tree29e80d0eb681676d1e0eb2707ca764dbf5491864 /docs/narr/zca.rst
parentbf89764a7e3ccab6133c9ad43b8d9af4f5c4083b (diff)
downloadpyramid-fb6a5ce52a275f7798e82a34b5907ea118cbd2ff.tar.gz
pyramid-fb6a5ce52a275f7798e82a34b5907ea118cbd2ff.tar.bz2
pyramid-fb6a5ce52a275f7798e82a34b5907ea118cbd2ff.zip
model -> resource; resource -> asset
Diffstat (limited to 'docs/narr/zca.rst')
-rw-r--r--docs/narr/zca.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/zca.rst b/docs/narr/zca.rst
index c930ecc50..f330fd551 100644
--- a/docs/narr/zca.rst
+++ b/docs/narr/zca.rst
@@ -129,7 +129,7 @@ interface of a registry instead, you need only know how to obtain the
There are two ways of doing so:
- use the :func:`pyramid.threadlocal.get_current_registry`
- function within :app:`Pyramid` view or model code. This will
+ function within :app:`Pyramid` view or resource code. This will
always return the "current" :app:`Pyramid` application registry.
- use the attribute of the :term:`request` object named ``registry``