From 160c2b13a5b97f3918003735262eace91399bffe Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 3 Jan 2011 01:22:54 -0500 Subject: use glossary entry --- pyramid/config.py | 8 ++++---- 1 file 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 -- cgit v1.2.3