From bf38dbcbf0c73dea2724ada80441b3f709b831bf Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Mon, 8 Apr 2013 08:23:47 +0200 Subject: grammar fix --- pyramid/config/adapters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3