diff options
Diffstat (limited to 'repoze/bfg/push.py')
| -rw-r--r-- | repoze/bfg/push.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/repoze/bfg/push.py b/repoze/bfg/push.py index c6f9e25cb..cefa19efc 100644 --- a/repoze/bfg/push.py +++ b/repoze/bfg/push.py @@ -9,9 +9,10 @@ except ImportError: #pragma NO COVERAGE from repoze.bfg.functional import wraps #pragma NO COVERAGE class pushpage(object): - """ Decorator for a function which returns a response object after - running the namespace the wrapped function returns through a - Chameleon ZPT template. + """ + Decorator for a function which returns a response object after + running the namespace the wrapped function returns through a + Chameleon ZPT template. E.g.:: |
