summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-04-08 08:23:47 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-04-08 08:23:47 +0200
commitbf38dbcbf0c73dea2724ada80441b3f709b831bf (patch)
tree6680bae7d2ce5d16226c173d479ce4d629fd4615
parent9663a27234dc979fd8f51612c9a866ce375ce4c0 (diff)
downloadpyramid-bf38dbcbf0c73dea2724ada80441b3f709b831bf.tar.gz
pyramid-bf38dbcbf0c73dea2724ada80441b3f709b831bf.tar.bz2
pyramid-bf38dbcbf0c73dea2724ada80441b3f709b831bf.zip
grammar fix
-rw-r--r--pyramid/config/adapters.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/config/adapters.py b/pyramid/config/adapters.py
index 319beab67..fe8e973b1 100644
--- a/pyramid/config/adapters.py
+++ b/pyramid/config/adapters.py
@@ -33,7 +33,7 @@ class AdaptersConfiguratorMixin(object):
Any number of predicate keyword arguments may be passed in
``**predicates``. Each predicate named will narrow the set of
- circumstances that the subscriber will be invoked. Each named
+ circumstances in which the subscriber will be invoked. Each named
predicate must have been registered via
:meth:`pyramid.config.Configurator.add_subscriber_predicate` before it
can be used. See :ref:`subscriber_predicates` for more information.