summaryrefslogtreecommitdiff
path: root/docs/api
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-02-20 13:49:10 -0500
committerChris McDonough <chrism@plope.com>2012-02-20 13:49:10 -0500
commit65d4a671283f9162afd4c0f8a61009d1ac0b904f (patch)
tree52ba969dd80e910aaf5e3216d6156697098d02be /docs/api
parent5ca6a9541aa995414e55443503f0f2148c8eb4ba (diff)
downloadpyramid-65d4a671283f9162afd4c0f8a61009d1ac0b904f.tar.gz
pyramid-65d4a671283f9162afd4c0f8a61009d1ac0b904f.tar.bz2
pyramid-65d4a671283f9162afd4c0f8a61009d1ac0b904f.zip
remove untruth
Diffstat (limited to 'docs/api')
-rw-r--r--docs/api/config.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/api/config.rst b/docs/api/config.rst
index b76fed9cb..ca9351db0 100644
--- a/docs/api/config.rst
+++ b/docs/api/config.rst
@@ -112,9 +112,7 @@
The :term:`introspector` related to this configuration. It is an
instance implementing the :class:`pyramid.interfaces.IIntrospector`
- interface. If the Configurator constructor was supplied with an
- ``introspector`` argument, this attribute will be that value.
- Otherwise, it will be an instance of a default introspector type.
+ interface.
.. note::