Changeset 2643


Ignore:
Timestamp:
Dec 19, 2009, 10:00:05 PM (14 years ago)
Author:
price
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/code/view.py

    r2532 r2643  
    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.