diff options
| author | Michael Merickel <michael@merickel.org> | 2017-06-12 01:11:02 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2017-06-12 01:11:02 -0500 |
| commit | 2e015c97443d381832554161d090b7608dba1e16 (patch) | |
| tree | 6a3a262c44b98e464f4d6196326f7fb19883f952 | |
| parent | 72ca1352493ef5b9113090598608da0c0d49389a (diff) | |
| download | pyramid-2e015c97443d381832554161d090b7608dba1e16.tar.gz pyramid-2e015c97443d381832554161d090b7608dba1e16.tar.bz2 pyramid-2e015c97443d381832554161d090b7608dba1e16.zip | |
typo
| -rw-r--r-- | pyramid/interfaces.py | 2 |
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 |
