From: Greg Price Date: Sun, 20 Dec 2009 03:00:05 +0000 (-0500) Subject: view.py: fix a docstring X-Git-Tag: 0.1.0^2~14 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/a6bc598397e68ca5b7c0571341da3aa81617a327?hp=d7bc5fe65d556f4174757e657b3c7614289f7186 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 --- 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