forked from orbit-oss/flask
Fixed typo and added AUTHORS file and license text to docs.
This commit is contained in:
parent
715f64d2af
commit
3a1e518657
5 changed files with 47 additions and 11 deletions
2
flask.py
2
flask.py
|
|
@ -358,7 +358,7 @@ class Flask(object):
|
|||
self.before_request_funcs = []
|
||||
|
||||
#: a list of functions that are called at the end of the
|
||||
#: request. Tha function is passed the current response
|
||||
#: request. The function is passed the current response
|
||||
#: object and modify it in place or replace it.
|
||||
#: To register a function here use the :meth:`after_request`
|
||||
#: decorator.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue