From e09e08ca4d9c55811053d6a0daba924f2f7c85d5 Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Tue, 23 Apr 2013 02:09:18 +0300 Subject: grammar --- pyramid/config/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyramid/config/__init__.py b/pyramid/config/__init__.py index 4f7899b54..5bb9987af 100644 --- a/pyramid/config/__init__.py +++ b/pyramid/config/__init__.py @@ -642,7 +642,7 @@ class Configurator( argument named ``config``, which will be an instance of a :term:`Configurator`. However, be warned that it will not be the same configurator instance on which you call this method. The - code which runs as the result of calling the callable should invoke + code which runs as a result of calling the callable should invoke methods on the configurator passed to it which add configuration state. The return value of a callable will be ignored. -- cgit v1.2.3