Ignore:
Timestamp:
Dec 20, 2009, 9:47:34 PM (14 years ago)
Author:
broder
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package_branches/invirt-web/cherrypy-rebased/code/view.py

    r2713 r2721  
    1111
    1212class MakoHandler(cherrypy.dispatch.LateParamPageHandler):
    13     """Callable which processes a dictionary, returning the rendered
    14     body."""
     13    """Callable which processes a dictionary, returning the rendered body."""
    1514   
    1615    def __init__(self, template, next_handler, content_type='text/html; charset=utf-8'):
Note: See TracChangeset for help on using the changeset viewer.