summaryrefslogtreecommitdiff
path: root/docs/narr/zca.rst
diff options
context:
space:
mode:
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``