From a6bc598397e68ca5b7c0571341da3aa81617a327 Mon Sep 17 00:00:00 2001 From: Greg Price Date: Sat, 19 Dec 2009 22:00:05 -0500 Subject: [PATCH 1/1] view.py: fix a docstring The first line of a docstring should be self-contained, followed by a blank line if there is any more text. Just like a commit message. svn path=/package_branches/invirt-web/cherrypy-rebased/; revision=2721 --- code/view.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/view.py b/code/view.py index 1b586ef..4135e24 100644 --- a/code/view.py +++ b/code/view.py @@ -10,8 +10,7 @@ from invirt.config import structs as config from webcommon import State class MakoHandler(cherrypy.dispatch.LateParamPageHandler): - """Callable which processes a dictionary, returning the rendered - body.""" + """Callable which processes a dictionary, returning the rendered body.""" def __init__(self, template, next_handler, content_type='text/html; charset=utf-8'): self.template = template -- 1.7.9.5