From dfad1fbd9fa46c67aee8de3c3d3b36c0af1ec7bf Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 14 May 2009 05:59:12 +0000 Subject: Docs rendering tweaks. --- repoze/bfg/push.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'repoze/bfg/push.py') 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.:: -- cgit v1.2.3