diff options
| -rw-r--r-- | pyramid/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
