diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-04-23 02:09:18 +0300 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-04-23 02:09:18 +0300 |
| commit | e09e08ca4d9c55811053d6a0daba924f2f7c85d5 (patch) | |
| tree | fdbd69b3c27aad12d103a5644e2ffee4ad062bfd | |
| parent | 2eaa847998e55344206097bc1d6f211deada8086 (diff) | |
| download | pyramid-e09e08ca4d9c55811053d6a0daba924f2f7c85d5.tar.gz pyramid-e09e08ca4d9c55811053d6a0daba924f2f7c85d5.tar.bz2 pyramid-e09e08ca4d9c55811053d6a0daba924f2f7c85d5.zip | |
grammar
| -rw-r--r-- | pyramid/config/__init__.py | 2 |
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. |
