summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyramid/interfaces.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/interfaces.py b/pyramid/interfaces.py
index ab83813c8..4a069ad65 100644
--- a/pyramid/interfaces.py
+++ b/pyramid/interfaces.py
@@ -713,7 +713,7 @@ class IExecutionPolicy(Interface):
The return value should be a :class:`pyramid.interfaces.IResponse`
object or an exception that will be handled by WSGI middleware.
- The default execution policy simple creates a request and sends it
+ The default execution policy simply creates a request and sends it
through the pipeline:
.. code-block:: python