Browse Source

Fixed typo in docstring of `dispatch_request` method of `flask.views.View`.

pull/322/head
Joel Perras 13 years ago
parent
commit
17a46a4d23
  1. 2
      flask/views.py

2
flask/views.py

@ -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…
Cancel
Save