From e5a9f85ee306cfdf3de5edf66303f46240fa5fbe Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Wed, 23 Jan 2013 00:41:05 +0200 Subject: consistency fix --- pyramid/config/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3