summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2017-06-12 01:11:02 -0500
committerMichael Merickel <michael@merickel.org>2017-06-12 01:11:02 -0500
commit2e015c97443d381832554161d090b7608dba1e16 (patch)
tree6a3a262c44b98e464f4d6196326f7fb19883f952
parent72ca1352493ef5b9113090598608da0c0d49389a (diff)
downloadpyramid-2e015c97443d381832554161d090b7608dba1e16.tar.gz
pyramid-2e015c97443d381832554161d090b7608dba1e16.tar.bz2
pyramid-2e015c97443d381832554161d090b7608dba1e16.zip
typo
-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