summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-01-23 00:41:05 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-01-23 00:41:05 +0200
commite5a9f85ee306cfdf3de5edf66303f46240fa5fbe (patch)
treeeca9e3022d9b0dba96f8bd53f3fe47491a62d06a
parent60270f462baeaa0b1818666776d6826dd6bbb7d3 (diff)
downloadpyramid-e5a9f85ee306cfdf3de5edf66303f46240fa5fbe.tar.gz
pyramid-e5a9f85ee306cfdf3de5edf66303f46240fa5fbe.tar.bz2
pyramid-e5a9f85ee306cfdf3de5edf66303f46240fa5fbe.zip
consistency fix
-rw-r--r--pyramid/config/__init__.py2
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