Michael Merickel
2017-06-12 2e015c97443d381832554161d090b7608dba1e16
typo
1 files modified
2 ■■■ changed files
pyramid/interfaces.py 2 ●●● patch | view | raw | blame | history
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