Michael Merickel
2013-11-17 e3a1b2c8af41410fdc0bacaf0b695b71078cf0bf
Merge pull request #1195 from ztane/master

Should return the simple_tween here, not the handler.
1 files modified
2 ■■■ changed files
docs/narr/hooks.rst 2 ●●● patch | view | raw | blame | history
docs/narr/hooks.rst
@@ -1014,7 +1014,7 @@
            return response
        return handler
        return simple_tween
Alternatively, the tween factory can be a class with the ``__call__`` magic
method: