summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-01-23 00:45:09 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-01-23 00:45:09 +0200
commita3f67c1b06e5aba8f1e712a196660354ad17893c (patch)
treea5afe347adb107af20cf851a33adf19717cbf38a
parentd0e6521791110753e3d68f94b90d4bd1a1b0bc9c (diff)
downloadpyramid-a3f67c1b06e5aba8f1e712a196660354ad17893c.tar.gz
pyramid-a3f67c1b06e5aba8f1e712a196660354ad17893c.tar.bz2
pyramid-a3f67c1b06e5aba8f1e712a196660354ad17893c.zip
remove extraneous 'a'
-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 9ce374b69..1beb80294 100644
--- a/pyramid/config/__init__.py
+++ b/pyramid/config/__init__.py
@@ -218,7 +218,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
+ specify one (see :class:`pyramid.interfaces.IViewMapperFactory`). If
``default_view_mapper`` is not passed, a superdefault view mapper will be
used.