From 2e015c97443d381832554161d090b7608dba1e16 Mon Sep 17 00:00:00 2001
From: Michael Merickel <michael@merickel.org>
Date: Mon, 12 Jun 2017 08:11:02 +0200
Subject: [PATCH] typo

---
 pyramid/interfaces.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pyramid/interfaces.py b/pyramid/interfaces.py
index ab83813..4a069ad 100644
--- a/pyramid/interfaces.py
+++ b/pyramid/interfaces.py
@@ -713,7 +713,7 @@
         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

--
Gitblit v1.9.3