forked from orbit-oss/flask
Removed a newline
This commit is contained in:
parent
0dd9dc37b6
commit
b51fbdc8e0
1 changed files with 0 additions and 1 deletions
|
|
@ -15,7 +15,6 @@ http_method_funcs = frozenset(['get', 'post', 'head', 'options',
|
||||||
'delete', 'put', 'trace'])
|
'delete', 'put', 'trace'])
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class View(object):
|
class View(object):
|
||||||
"""Alternative way to use view functions. A subclass has to implement
|
"""Alternative way to use view functions. A subclass has to implement
|
||||||
:meth:`dispatch_request` which is called with the view arguments from
|
:meth:`dispatch_request` which is called with the view arguments from
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue