flibustenet
2014-05-05 6d4c5d3c16fc2026fc0efbe9a2d1061758a067cd
Order of response_callback in the docstring
1 files modified
4 ■■■■ changed files
pyramid/request.py 4 ●●●● patch | view | raw | blame | history
pyramid/request.py
@@ -59,8 +59,8 @@
        called if an exception happens in application code, or if the
        response object returned by :term:`view` code is invalid.
        All response callbacks are called *after* the
        :class:`pyramid.events.NewResponse` event is sent.
        All response callbacks are called *after* the tweens and
        *before* the :class:`pyramid.events.NewResponse` event is sent.
        Errors raised by callbacks are not handled specially.  They
        will be propagated to the caller of the :app:`Pyramid`