summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-03 01:22:54 -0500
committerChris McDonough <chrism@plope.com>2011-01-03 01:22:54 -0500
commit160c2b13a5b97f3918003735262eace91399bffe (patch)
tree1ecc66ae3c46238e4ac0aa1006ecbc9d9df7d87b
parente1490d7a8831456d1c7cf1a2b53b442de3a291fa (diff)
downloadpyramid-160c2b13a5b97f3918003735262eace91399bffe.tar.gz
pyramid-160c2b13a5b97f3918003735262eace91399bffe.tar.bz2
pyramid-160c2b13a5b97f3918003735262eace91399bffe.zip
use glossary entry
-rw-r--r--pyramid/config.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/pyramid/config.py b/pyramid/config.py
index 8a908725f..2a6319d00 100644
--- a/pyramid/config.py
+++ b/pyramid/config.py
@@ -249,10 +249,10 @@ class Configurator(object):
commit.
If ``default_view_mapper`` is passed, it will be used as the default
- view mapper factory for view configurations that don't otherwise specify
- one (see :class:`pyramid.interfaces.IViewMapperFactory`).
- If a default_view_mapper is not passed, a superdefault view mapper will
- be used. """
+ :term:`view mapper` factory for view configurations that don't otherwise
+ specify one (see :class:`pyramid.interfaces.IViewMapperFactory`). If a
+ default_view_mapper is not passed, a superdefault view mapper will be
+ used. """
manager = manager # for testing injection
venusian = venusian # for testing injection