summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/introspector.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/narr/introspector.rst b/docs/narr/introspector.rst
index 1285a4cf1..cfc6144dd 100644
--- a/docs/narr/introspector.rst
+++ b/docs/narr/introspector.rst
@@ -536,7 +536,7 @@ constructor in your application setup:
from pyramid.registry import noop_introspector
config = Configurator(..., introspector=noop_introspector)
-When the noop introspector is active, all introspectables generated by the
-framework are thrown away. A noop introspector behaves just like a "real"
-introspector, but the methods of a noop introspector do nothing and return
-null values.
+When the noop introspector is active, all introspectables generated by
+configuration directives are thrown away. A noop introspector behaves just
+like a "real" introspector, but the methods of a noop introspector do nothing
+and return null values.