summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.