diff options
| -rw-r--r-- | pyramid/config/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/config/__init__.py b/pyramid/config/__init__.py index 724bc7522..5bc03c4cc 100644 --- a/pyramid/config/__init__.py +++ b/pyramid/config/__init__.py @@ -152,7 +152,7 @@ class Configurator( configured into this application (each tuple representing a set of positional values that should be passed to :meth:`pyramid.config.Configurator.add_renderer`). If - it is not passed, a default set of renderer factories is used. + it is ``None``, a default set of renderer factories is used. If ``debug_logger`` is not passed, a default debug logger that logs to a logger will be used (the logger name will be the package name of the |
