From 2434404fab9045c9ade516ee2a52aef011fdaabe Mon Sep 17 00:00:00 2001 From: Michr Date: Mon, 4 Jul 2011 07:31:17 -0700 Subject: better working for renderer param of add_view --- pyramid/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyramid/config.py b/pyramid/config.py index be0e425c8..3ad872e27 100644 --- a/pyramid/config.py +++ b/pyramid/config.py @@ -1085,7 +1085,7 @@ class Configurator(object): The ``renderer`` attribute is optional. If it is not defined, the "null" renderer is assumed (no rendering is performed and the value is passed back to the upstream - :app:`Pyramid` machinery unmolested). + :app:`Pyramid` machinery unmodified). http_cache -- cgit v1.2.3