Removed a newline

This commit is contained in:
Armin Ronacher 2011-10-06 10:49:12 -04:00
parent 0dd9dc37b6
commit b51fbdc8e0

View file

@ -15,7 +15,6 @@ http_method_funcs = frozenset(['get', 'post', 'head', 'options',
'delete', 'put', 'trace'])
class View(object):
"""Alternative way to use view functions. A subclass has to implement
:meth:`dispatch_request` which is called with the view arguments from