summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-04-23 02:09:18 +0300
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-04-23 02:09:18 +0300
commite09e08ca4d9c55811053d6a0daba924f2f7c85d5 (patch)
treefdbd69b3c27aad12d103a5644e2ffee4ad062bfd
parent2eaa847998e55344206097bc1d6f211deada8086 (diff)
downloadpyramid-e09e08ca4d9c55811053d6a0daba924f2f7c85d5.tar.gz
pyramid-e09e08ca4d9c55811053d6a0daba924f2f7c85d5.tar.bz2
pyramid-e09e08ca4d9c55811053d6a0daba924f2f7c85d5.zip
grammar
-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 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.