diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-01-23 00:41:05 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-01-23 00:41:05 +0200 |
| commit | e5a9f85ee306cfdf3de5edf66303f46240fa5fbe (patch) | |
| tree | eca9e3022d9b0dba96f8bd53f3fe47491a62d06a | |
| parent | 60270f462baeaa0b1818666776d6826dd6bbb7d3 (diff) | |
| download | pyramid-e5a9f85ee306cfdf3de5edf66303f46240fa5fbe.tar.gz pyramid-e5a9f85ee306cfdf3de5edf66303f46240fa5fbe.tar.bz2 pyramid-e5a9f85ee306cfdf3de5edf66303f46240fa5fbe.zip | |
consistency fix
| -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 |
