forked from orbit-oss/flask
Merge pull request #322 from jperras/patch-1
Fixed typo in docstring of dispatch_request method of flask.views.View
This commit is contained in:
commit
899f8cdf51
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ class View(object):
|
|||
|
||||
def dispatch_request(self):
|
||||
"""Subclasses have to override this method to implement the
|
||||
actual view functionc ode. This method is called with all
|
||||
actual view function code. This method is called with all
|
||||
the arguments from the URL rule.
|
||||
"""
|
||||
raise NotImplementedError()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue