From fb6a5ce52a275f7798e82a34b5907ea118cbd2ff Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 18 Dec 2010 02:27:14 -0500 Subject: model -> resource; resource -> asset --- docs/narr/zca.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/narr/zca.rst') 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`` -- cgit v1.2.3