summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-01-23 00:43:13 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-01-23 00:43:13 +0200
commitd0e6521791110753e3d68f94b90d4bd1a1b0bc9c (patch)
tree8e50654edbde5022fdf7b7d16a2560338d312278
parent5c351ac6cec6dfc4c1b5e92963bf910055db19ef (diff)
downloadpyramid-d0e6521791110753e3d68f94b90d4bd1a1b0bc9c.tar.gz
pyramid-d0e6521791110753e3d68f94b90d4bd1a1b0bc9c.tar.bz2
pyramid-d0e6521791110753e3d68f94b90d4bd1a1b0bc9c.zip
formatting 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 7252ed14e..9ce374b69 100644
--- a/pyramid/config/__init__.py
+++ b/pyramid/config/__init__.py
@@ -219,7 +219,7 @@ class Configurator(
If ``default_view_mapper`` is passed, it will be used as the default
:term:`view mapper` factory for view configurations that don't otherwise
specify one (see :class:`pyramid.interfaces.IViewMapperFactory`). If a
- default_view_mapper is not passed, a superdefault view mapper will be
+ ``default_view_mapper`` is not passed, a superdefault view mapper will be
used.
If ``exceptionresponse_view`` is passed, it must be a :term:`view